<< iPhone5和iOS6上HTML5开发的新增功能 | 首页 | 从 Google Play 微信用户评价看移动应用设计 >>

Install guide | Kagilum, an Agile Company

1、安装MYSQL,并创建icescrum数据库

2、配置启动参数:

 

Config file (see the Settings section)

-Dicescrum_config_location=/path/to/dir/where/i/can/write/config.groovy

Maximum Java heap size (at least 512 Mo)

-Xmx512m

Maximum Permanent Generation size (at least 256 Mo)

-XX:MaxPermSize=256m

 

3、下载icescrum.war

4、新建config.groovy文件,输入内容,修改配置:

 

grails.serverURL = http://localhost:8080/icescrum

 

dataSource.driverClassName = com.mysql.jdbc.Driver

dataSource.dialect = org.hibernate.dialect.MySQL5InnoDBDialect

dataSource.url = jdbc:mysql://localhost:3306/icescrum?useUnicode=true&characterEncoding=utf8

dataSource.username = root

dataSource.password = root

 

 

5、启动服务器

Tomcat 7 (7.0.23 or greater), recommended: you need to remove the tomcatDir/lib/tomcat-jdbc.jar library.
- Tomcat 6 (6.29 or greater): you need to add the geronimo-servlet_3.0_spec-1.0.jar library to the tomcatDir/lib/directory.

阅读全文……

标签 : ,



发表评论 发送引用通报