Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. download sources from GitHub or clone Git repository

    Info

    Use release branch 2.0 where we make bug fixes before we will create next release candidate version.

  2. call mvn package in the project directory 
  3. deploy openhub.war to application server from module war/target 

    Tip

    It is possible to use standalone mode of OpenHub, without servlet container.


  4. start calling (for example by SoupUI) test web services (from module openhub-example)
  5. look at Admin GUI at address http://localhost:8080/openhub/web/admin/console/ (default login is webUser/webPassword)

...