Skip to content

shivajivarma/transporter

Repository files navigation

Transporter

Transporter, written in java using spring framework.

Project Documentation: http://shivajivarma.com/project/transporter/

Setup:

  1. Install Prerequisite Software:

  2. Set Enviroment Variables (Paths may vary based on OS and installation):

    • CLASSPATH=C:\Program Files\Java\jdk1.8.0_20\bin
    • PATH=C:\Program Files\Java\jdk1.8.0_20\bin
    • JAVA_HOME=C:\Program Files\Java\jdk1.8.0_20
  3. Clone the source code:

     git clone https://github.com/shivajivarma/transporter.git
  4. Import project into eclipse.

  5. Make sure eclispe is using currect JDK.

  6. Database setup (https://github.com/shivajivarma/transporter/tree/master/web/src/main/resources/db-scripts)

  7. Run main class in WebApplication.java, It would start the embedded tomcat.