XPlanner

From Foochal

Jump to: navigation, search


XPlanner is a J2EE based Scrum tool. It runs with tomcat/mysql.

Contents

Step by step documentation for starting from scratch

Download

Download the latest .war file from the following page. http://sourceforge.net/project/showfiles.php?group_id=49017

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

Reference

Reference documentation: http://www.xplanner.org/install.html


Personal tools