commit | 3bb34c021f304d9a5d64a294083133fc99459b18 | [log] [tgz] |
---|---|---|
author | Udo Schnurpfeil <udo.schnurpfeil@irian.eu> | Wed Oct 07 11:15:06 2020 +0200 |
committer | Udo Schnurpfeil <udo.schnurpfeil@irian.eu> | Wed Oct 07 11:15:06 2020 +0200 |
tree | 9de678935c14106bb0e26ca454052bb4c60c7707 | |
parent | 517ffc5eba801c73c7d7f538f6b03f6ca593b2d7 [diff] |
cleanup: remove unused code
You need Maven 3 (at least 3.0.4) and Java 8 or later to build Tobago.
In the project directory you can use:
mvn install
to run the install target on all sub projects. This will put all necessary artifacts into your local repository.
Switch to sub-directory and call Maven to run the demo:
cd tobago-example/tobago-example-demo mvn clean jetty:run -Pjetty
Browse to the local URL http://localhost:8080/
Switch to sub-directory and call Maven to run the demo:
cd tobago-example/tobago-example-demo mvn clean install -Ptomcat docker run -it --rm -p 8080:8080 -v `pwd`/target/tobago-example-demo.war:/usr/local/tomcat/webapps/tobago-example-demo.war --name tobago-example-demo tomcat:9-jre8
Browse to the local URL http://localhost:8080/tobago-example-demo/
Switch to sub-directory and call Maven to run the demo:
cd tobago-example/tobago-example-demo mvn clean install -Pquarkus java -jar ./target/tobago-example-demo-runner.jar
Browse to the local URL http://localhost:8080/