Open Source
Ensure you have JDK 11 or newer, Maven 3.5.4 or newer, and Git installed.
First clone the Morgana repository:
To build morgana run:
This will build all modules and run the testsuite.
To build the ZIP distribution run:
Once completed you will find distribution archives in morgana-core/quarkus/dist.
To start Morgana from the server distribution first build the distribution it as specified above, then run:
To stop the server press Ctrl + C
.
Last updated