commit | a8a596c9fd83f500919ed9dd417f375fe73951aa | [log] [tgz] |
---|---|---|
author | Henning Nöth <hnoeth@apache.org> | Thu Dec 03 21:32:57 2020 +0100 |
committer | Bernd Bohmann <bommel@apache.org> | Thu Dec 03 21:58:25 2020 +0100 |
tree | ac1f0ec51d923685a645b9ec8b776bd5bd5f16e1 | |
parent | 8074f2c6e4df6923a4da94971c3b699de7fe166b [diff] |
fix: npm 'dev-css' script for development * fix dev-ts * cleanup dev-css * remove unused rollup config and tsconfig
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/