xplanner-0.7b7b安装

jdk1.5 + MySQL5.1 + Tomcat5.0 + xplanner-0.7b7b

从http://sourceforge.net/projects/xplanner/files/xplanner/下载xplanner-0.7b7b-war.zip,解压缩后,可根据README.txt文件进行安装

1.安装jdk1.5
2.安装MySQL5.1,编码设为utf-8,并创建数据库xplanner
3.安装Tomcat5.0
4.xplanner
解压缩xplanner-0.7b7b-war.zip,修改xplanner目录下的xplanner-custom.properties文件,根据实际情况修改数据库的配置。
将xplanner目录复制到tomcat目录下。


英文安装文档如下

0. Make sure that mysql can handle big packages required for big attachments up to 1GB
   Edit your my.ini or my.cnf (windows: root of install or c:/ or c:/Window, unix: /etc or data dir) and add the following lines:
   [mysqld]
   max_allowed_packet=1024M
1. Connect to mysql: 'mysql -u root -p'
2. Create xplanner database: 'CREATE DATABASE xplanner CHARACTER SET UTF8 COLLATE utf8_general_ci'
3. Create xplanner user:
   GRANT ALL PRIVILEGES ON xplanner.* TO 'xplanner'@'localhost' IDENTIFIED BY 'xp' WITH GRANT OPTION;
   GRANT ALL PRIVILEGES ON xplanner.* TO 'xplanner'@'<HOSTNAME>' IDENTIFIED BY 'xp' WITH GRANT OPTION;
   If you want to access the database from a remote server run
   GRANT ALL PRIVILEGES ON xplanner.* TO 'xplanner'@'%' IDENTIFIED BY 'xp' WITH GRANT OPTION;
4. Exit out of mysql: 'quit;'
5. *Optionally* Configure xplanner properties in a new file named <NEW_XPLANNER>/WEB-INF/classes/xplanner-custom.properties
   following instruction in http://xplanner.org/install.html. Do not change the connection url or the database name.
6. Copy <NEW_XPLANNER> to <APPSERVER_WEBAPPS> (for tomcat it is <TOMCAT_ROOT>/webapps)
7. Start app server (for tomcat it is startup.bat or startup.sh)
8. Point your browser to http://<container url>/xplanner (for tomcat it is by default http://<host>:8080/xplanner) and
   login as 'sysadmin' password 'admin'

猜你喜欢

转载自openstudy.iteye.com/blog/1725868
B
a^b
A/B
A*B