How to build/run OpenHub?
Start building/using OpenHub framework is very easy:
download sources from GitHub or clone Git repository
- call mvn package in the project directory
deploy openhub.war to application server from module war/target
- start calling (for example by SoupUI) test web services (from module openhub-example)
- look at Admin GUI at address http://localhost:8080/openhub/web/admin/console/ (default login is webUser/webPassword)
If you want to start new project with OpenHub framework then look at How to start new project?
What next? You can
- see reasons why to use OpenHub framework?
- see information about running OpenHub, mainly running standalone
- see how to set up development environment in getting started section
- continue with starting new integration project or writing new integration routes
- implement web services
- look at admin GUI