summaryrefslogtreecommitdiff
path: root/README.adoc
blob: b885736fb66f39e363f5d8df3179802c0a1040bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
= MulkCMS 2
Matthias Andreas Benkard
// Meta
:experimental:
:data-uri:
:sectnums:
:toc:
:stem:
:toclevels: 2
:description: MulkCMS Manual
:keywords: mulk
// Settings
:icons: font
:source-highlighter: pygments

== Resources

|===
|Resource |Links

|Public Deployment
|https://matthias.benkard.de/[mt.benkard.de]

|Bug Tracker
|MantisBT

|Work Board
|Kanboard: https://kanboard.benkard.de/board/4[private],
 https://kanboard.benkard.de/public/board/4cb836c795ae131c33613d6d6fcbcc9f0a10ab30ad7b4bb1f0e7b847d5cf[public read-only]

|Docker image
|https://docker.benkard.de/repositories/10[Portus]
|===


== Running

To run the application with live reloading enabled:

[source]
----
./mvnw quarkus:dev
----

== Packaging

Do build JARs and a JVM-based Docker image and push the Docker image to https://docker.benkard.de/repositories/10[Portus]:

[source]
----
./mvnw package
----

To build a native image with https://graalvm.org[GraalVM] instead:

[source]
----
./mvnw package -Pnative
----