...
- download sources from GitHub or clone Git repository
- call mvn package
- deploy openhub.war (module web-admin) to application server and start itÂ
...
Note |
---|
If deployed OpenHub do not run under root web context, for example http://localhost/openhub, it is necessary to configure properly contextCall.localhostUri property via JVM arguments, environment variables or directly in appropriate property file. |
Info |
---|
Must be called mvn package and not mvn compile because there are dependencies in resources between Maven modules which use maven-dependency-plugin plugin with unpack-dependencies goal. |
...