Getting Started
How to get up and running developing for itracker
- Setup your Developement Environment (recommended: Tomcat 6+, Eclipse with Maven Integration)
- Run with main (development) database (configured in /src/main/tomcat/context.xml) to run in Tomcat from maven (mvn packge tomcat6:run -Pitracker.tomcat)
- or alternatively Setup a local MySQL with an existing tomcat installation (IDE) and add links to the JNDI datasource and mailsession using a META-INF/context.xml
- Get the Source Code from Subversion
- Check all IDE settings (Runtime Environment, Server-Configuration, Maven Dependency Management etc).
- Set the application-context.xml and configuration.properties (eventually create a META-INF/context.xml for webapplication JNDI context)
- Run the application (debug or start) on Tomcat
- If it all works, then log on local itracker in using "admin", "admin"
- Start development by following the open bugs and tasks on SourceForge.
Also read the this question in the FAQ.