XPlanner
From Foochal
XPlanner is a J2EE based Scrum tool. It runs with tomcat/mysql.
Contents |
[edit]
Step by step documentation for starting from scratch
[edit]
Download
Download the latest .war file from the following page. http://sourceforge.net/project/showfiles.php?group_id=49017
[edit]
Install
Unzip the .war file in your home directory.
Make sure the db properties are correct:
cd <xplanner base directory> vi WEB-INF/classes/xplanner-custom.properties ant build.war ant build.product
Create an mysql user
ant create.db.schema.script ant bootstrap CREATE DATABASE xplanner CHARACTER SET UTF8 COLLATE utf8_general_ci; grant all on xplanner.* to 'xplanner'@'localhost' identified by '[password]'
Copy xplanner subdirectory to tomcat/webapps
[edit]
Reference
Reference documentation: http://www.xplanner.org/install.html

