Name | Modified | Size | Downloads / Week |
---|---|---|---|
REL504 | 2015-12-26 | ||
README.md | 2015-12-26 | 2.9 kB | |
Totals: 2 Items | 2.9 kB | 0 |
Genji Scrum Tool and Issue Tracker
Genji is a web-based Scrum project management tool and issue tracker. It runs on any computer with Java, an Apache Tomcat server, and a database. Features include: * Scrum and Kanban board with drag & drop * Flexible filter management * Role based access system * Custom fields and masks * Rich text editors * Integration with Jenkins, Subversion, Git, Maven * Many report templates based on JasperReports and LaTeX * Custom cockpits with many cockpit tiles * Custom lists * Nice and user friendly design * Well documented
Downloads
There are two pre-assembled install packages: * Windows installer for Windows based systems * WAR file for Unix based systems
Installation
To install Genji on a Windows based system use the Windows installer. To install Genji on any other system with any of the supported database systems download the web archive (WAR) file and follow the instructions in the installation manual.
Build Instructions
Genji uses Gradle as a build tool. After installing Gradle on your build machine, go into the Genji main directory and execute the command:
gradle
The result will be a "war" file in the "target" directory. To install Genji, please follow the instructions in the installation manual. In brief:
- Install a Java JDK 1.7 or up on your computer
- Install Apache Tomcat 7 or up on your computer
- Install a MySQL database system on your computer (or Oracle, MS SQLServer, DB2, ...)
- Create an empty database
- Place the WAR file into the Apache Tomcat "webapps" directory and rename it to "track.war"
- Add the following to the top of file "catalina.sh" in your Apache Tomcat "bin" folder: JAVA_OPTS="XX:PermSize=196M -XX:MaxPermSize=384M -Xms256M -Xmx1024M -DTRACKPLUS_HOME=/home/trackplus/" replacing TRACKPLUS_HOME with a directory of your choice.
- Start the Tomcat server, after a minute stop it.
- Edit file "Torque.properties" in the TRACKPLUS_HOME directory from 6 and replace the user, password, database type and JDBC URL to match your database.
- Start Tomcat and in your browser go to http://localhost:8080/track
Copyright and license
Code and documentation copyright 2004-2015 Steinbeis GmbH & Co. KG. Code released under the GPL V3 license. Docs released under Creative Commons.