Versions Compared

Key

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

...

  1. download sources from GitHub or clone Git repository
  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)

...