Onyx Demo Project
Onyx demo project can be used as a starting point to build your own Onyx project.
Based on a Onyx release
- Select one of the tag
- Download project as a zip file
- Unzip
- From project base directory, build your onyx web application and launch server:
mvn jetty:run-war
- Connect to http://localhost:8080 and test your onyx webapp
- Change settings (see Onyx Customization & Configuration Guide)
- Build and test again
- When done, copy war file from target directory to your favorite servlet container
Based on a Onyx snapshot
- Clone onyx-demo project:
git clone https://github.com/obiba/onyx-demo.git
- From project base directory, build your onyx demo web application and launch server:
mvn jetty:run-war
- Connect to http://localhost:8080 and test your onyx webapp
- Change settings (see Onyx Customization & Configuration Guide)
- Build and test again
- When done, copy war file from target directory to your favorite servlet container
Requirements
Requirements are:
- Maven 3.x
- Java JDK 1.7.x or higher