Skip to content

Latest commit

 

History

History
75 lines (55 loc) · 1.14 KB

README.adoc

File metadata and controls

75 lines (55 loc) · 1.14 KB

MulkCMS 2

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