There are currently two main classes in the project.
ConsoleAppfor console IOWSAppfor interacting with layered web service quintet-ui.
To select the main class you have to modify the build.gradle file to specify the main class.
git clone https://github.com/nilbot/quintet.gitcd quintet./setup_once.sh./gradlew check- import project using IntellijIdea
git clone https://github.com/nilbot/quintet.gitcd quintet./gradlew clean jarjava -jar build/libs/quintet-1.1.0.jar
- modify build.gradle to point Main-Class to ConsoleApp
java -jar build/libs/quintet-1.1.0.jar
- (tar xvf|unzip) quintet-v1.2.0.(tar.gz|zip)
./gradlew clean jarjava -jar build/libs/quintet-1.1.0.jar
Quintet is already setup as auto deploy and run in background on my server. Head to the https://demo.nilbot.net to see the result