#Fork of JTRAC
For one of my IT project, we decided to use JTrac as a ticket issue system. I made a fork to share the customization that I made to fit our own requeriements :
- new textarea input field
- manage a list of links to external site or to save previous searchs :
- new design of the website : a new logo, a web text editor with ckeditor.js and a new css
- all the other default features of JTrac are still available : http://jtrac.info/doc/html/features.html
To start the project, you just need to run the file etc/start.bat and go to http://localhost:8484/jtrac/app/login. Note : to change the port of the application you just need to edit -Djetty.port=[port numbre] in etc/start.bat.