Download

  1. If you just want to use the tool:
    1. Install a Java Servlet Container like Apache Tomcat or Jetty in your Windows or Linux machine
    2. Download both .WAR files in the Binaries section
    3. Open each of these files and change the configurations to your liking (file in “\WEB-INF\classes\gui.properties”)
    4. Deploy each file in the chosen servlet container and access the Tool through the web browser
  2. If you want to change the source code and then use the tool:
    1. Checkout the source code from the Git page
    2. Download and install Apache Maven
    3. Run the maven package command for each of the two projects in Git. This will create 2 separate .WAR files
    4. Do steps 1.3 and 1.4
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.