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'
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值