Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Build OpenHub framework is very easy:

  1. download sources from GitHub or clone Git repository
  2. call mvn package
  3. deploy openhub.war (module web-admin) to application server and start it (smile)

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.

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.

You can continue with starting new integration project or with writing new integration routes.

  • No labels