Running Genesis Start
Starting
All enabled projects have a genesisStart gradle task in the server directory.
You can launch Genesis Start by running that task from an IDE.
Alternatively, from the command line, run:
./gradlew genesisStart
Usage
Once you open Genesis Start for your project, all the services for the application are listed, including the Web UI.
Starting for the first time
To get started for the first time; click on the 🚀 icon, just underneath the Genesis logo.
This bootstraps the database and launches the application.
Bootstrap first runs remap, then ConsolidateRights and finally Start All.
Starting after the database has been initialised
Once the database has been initialised, you can simply run Start All to start the application.
Once a process is running, you can click on the process name to view its log file:
If you need to cut down on memory usage when you build and run locally, select File => Settings => Use Compact Processes before you start.