The Setup of Development Environment

Prerequisites

Steps

  1. Fork Orienteer on github
  2. Clone your fork of Orienteer to your computer
    cd ..
    git clone <your fork URL for Orienteer>
    cd Orienteer
    mvn clean install
    
  3. Modify orienteer.properties file if needed(see configuration section above).
  4. Go to some specific module you are working on. For example cd orienteer-core or cd orienteer-web
  5. Run jetty server mvn jetty:run (or mvn clean jetty:run if you changed something in the code)
  6. To access the application, in your browser, go to http://localhost:8080.

results matching ""

    No results matching ""