| commit | fcafe6cd5c32ccadb18e277272d28ef554c575b3 | [log] [tgz] |
|---|---|---|
| author | Udo Schnurpfeil <udo.schnurpfeil@irian.eu> | Fri Oct 16 09:07:25 2020 +0200 |
| committer | Udo Schnurpfeil <udo.schnurpfeil@irian.eu> | Fri Oct 16 09:07:25 2020 +0200 |
| tree | 33e2421325b0df2c7ea387fb5071967b5e69bed1 | |
| parent | 300f2a27b6c679357be3052b45b16815abcac8de [diff] |
logging
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/