Skip to content

5 minutes setup

Simon Tzanakis edited this page Sep 22, 2016 · 8 revisions

###Repox Setup###


This will provide you with the steps needed to effectively retrieve, build and deploy repox.

  1. Download and install tomcat
  2. Install a postgres service
  3. Add a simple postgres database
  4. Create a user with password and give it access to the above dabase
  5. Clone Repox from github
  6. Open the configuration.properties in repox-resources module at /src/main/resources
  7. Edit your database information in the configuration.properties
  8. Edit the Directory paths inside the configuration.properties and make sure these directories are writable from tomcat
  9. Edit your repox administrator email information
  10. Build the root module repox-system with the maven command clean install -Pproduction
  11. Copy the generated .war file from the target directory in the module repox-gui to your tomcat webapps directory
  12. Start tomcat
  13. Enter your Url in a browser http://yourhost:yourport/repox-war-name/