IceScrum在Windows上的平台搭建.docxVIP

  • 0
  • 0
  • 约4.02千字
  • 约 4页
  • 2023-05-12 发布于湖北
  • 举报
IceScrum 在 Windows 上的平台搭建 功能说明。 其实也刚开始用,基本的项目管理,一些敏捷图表看介绍页里有,有详细的后面再补吧,这个暂时略。简单描述:iceScrum 是一个用于敏捷开发的开源平台。iceScrum 设计用于 Scrum,Scrum 是流行 的敏捷方法。 下载程序。IceScrumR6#4.2: /downloads/icescrum_R6_4.2_war.zip MySQL5.5: /get/Downloads/MySQL-5.5/mysql-5.5.31-win32.zip/from/http://cdn ./ JDK1.6.38: /otn/java/jdk/6u38-b05/jdk-6u38-windows-i586.exe Tomcat6.0: /dist/tomcat/tomcat-6/v6.0.35/bin/apache-tomcat-6.0.35.zip 安装。 安装 JDK,并配置 JAVA_HOME 环境变量。解压 Tomcat 到硬盘某一目录。 将下载的 IceScrum 程序(zip)解压出 war 文件。数据库暂时使用 IceScrum 自带的。 将 war 文件拷贝到 Tomcat/webapps 目录下。 修改 Tomcat 的 Java 启动参数,增加“-Xmx512m -XX:MaxPermSize=256m”(官方推荐, Xmx256m 也可以,但默认的肯定会内存溢出)。修改文件:Tomcat/bin/catalina.bat。 set JAVA_OPTS=-Xmx512m -XX:MaxPermSize=256m %JAVA_OPTS% 运行。 如果 Tomcat 端口不冲突的情况下,启动 Tomcat 即可。 配置。 IceScrum 程序因为提供的是 war 包,所以在程序内部不提供参数修改,但可以提供配置文件扩展。 IceScrum 提供一个配置文件扩展和一个日志目录,以及一个 Home 目录。 配置文件扩展:可以配置系统属性,邮箱服务器,数据库连接信息等。文件可以在服务器任意位置,只需要在 Tomcat(Java)启动时增加“-Dicescrum_config_location=”YOUR_CONFIG_LOCALTION”参数即可。注意,配置文件需要以 groovy 的格式编写,即 bool(true 和 false)和数字可以直接在参数等号后面,字符串必须用””引号。 日志目录:如果不指定,日志将生成在“TOMCAT/bin/logs”目录下,可以通过增加启动参数 “-Dicescrum.log.dir=log_dir”来设定。 Home 目录:在文件上传功能开启时,需要提供一个 Home 用于存放上传的文件,在配置文件中通过 icescrum.baseDir 参数指定。 启动参数: set JAVA_OPTS=%JAVA_OPTS% -Dicescrum_config_location=D:\tools\icescrum\perties -Dicescrum.log.dir=D:\tools\icescrum\logs 配置文件: /* Project */ ject.import.enable = true ject.export.enable = true ject.creation.enable = true ject.private.enable = true /* Users */ icescrum.gravatar.secure = false icescrum.gravatar.enable = false icescrum.registration.enable = true icescrum.login.retrieve.enable = true /* Alerts icescrum.auto_follow_productowner = true icescrum.auto_follow_stakeholder = true icescrum.auto_follow_scrummaster = true icescrum.alerts.errors.to = dev@ icescrum.alerts.subject_prefix = [icescrum] icescrum.alerts.enable = true icescrum.alerts.default.from = webmaster@ */ /* Attachments */ icescrum.attachments.enable = true /* Server URL Changing the port will require to ch

文档评论(0)

1亿VIP精品文档

相关文档