Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.16 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.16 KB

Project Page: http://portal.devproof.org

What you need to build your own Devproof Portal

  • Java 1.6 or higher (http://java.sun.com)
  • Gradle 1.0-milestone-1 or higher (http://www.gradle.org or install it by running ./gradlew or gradle.bat)
  • Internet connection (for Maven artifacts and Tomcat download)

How to build your own Devproof Portal

In the main directory of the distribution, run the following command:

  • On Windows run gradlew.bat build dist
  • On Linux or Cygwin run ./gradlew build dist
  • If you have installed gradle gradle build dist

Oh, that's it! You will find the bundled version under portal-bundle/build/dist/.

Run the Apache Tomcat under

for Windows portal-bundle/build/dist/devproof-portal-<version>-with-tomcat7/apache-tomcat-7.x.x/bin/startup.bat

for Linux portal-bundle/build/dist/devproof-portal-<version>-with-tomcat7/apache-tomcat-7.x.x/bin/startup.sh

Find more information on http://www.devproof.org/article/portal_getting_started