MulkCMS 2 Table of Contents 1. Resources 2. Running 3. Packaging 4. Deploying 1. Resources Resource Links Public Deployment mt.benkard.de Bug Tracker MantisBT Work Board Kanboard: private, public read-only Docker image Portus 2. Running To run the application with live reloading enabled: $ ./mvnw quarkus:dev 3. Packaging To bundle the web scripts and stylesheets: $ ant web To build JARs and a JVM-based Docker image and push the Docker image to Portus: $ ./mvnw package To build a native image with GraalVM instead: $ ./mvnw package -Pnative 4. Deploying To deploy: $ ant deploy