|
Project Information
Links
|
Welcome to Timejoe, web based time tracking softwareTimejoe is a web based time tracking software. Timejoe will enable you to record the working hours and the times performed for the customers. The platform is designed for teamwork application and it is fun to work with. Additional Info, Installation Guide, Screenshots and Tutorial:Project Website Demo VersionDemoversion on vmware Cloud Short Installation Guide:- Download war-file
- Deploy on your Tomcat (ignore errors)
- Shutdown
- Remove the war file
- Create a database on your database server
- Go to YOUR_TOMCAT_DIR/webapps/TIMEJOE_FOLDER/WEB-INF/classes
- Edit timejoe-config.properties and configure database and Server-URL
- Start Tomcat
- Login with default login data (admin@timejoe.com / password)
How to configure the Server Url- Solution A: Don't change the server url in timejoe-config.properties but make the timejoe app the root app of your Tomcat (for example rename the Timejoe Folder to ROOT)
- Solution B: Set grails.serverURL=http://localhost:8080/timejoe-1.0 in timejoe-config.properties and app.name=timejoe-1.0 in application.properties. Adapt these values to your needs.
Use another database schemeYou can use any SQL database that has a Hibernate compatible JDBC driver. Put the JDBC driver lib in YOUR_TOMCAT_DIR/webapps/TIMEJOE_FOLDER/WEB_INF/lib and configure the database in timejoe-config.properties.
|