-
Notifications
You must be signed in to change notification settings - Fork 63
Developer_3.x Getting started Demo
matthiaskissler edited this page Aug 31, 2022
·
1 revision
- Make sure you have Java SE Development Kit in at least version 11 installed
- Make sure you have Git installed
- Make sure you have Maven installed
If you have not done yet, fork the project repository on GitHub. Use Git (using a tool like TortoiseGit, or the command line) to clone the repository as a subdirectory.
On the command line, change to the directory you just cloned and execute the following command:
mvn clean install '-Pdemo,!development'
(Without ' ' on windows cmd)
This will set up the environment (elastic search, H2 database, Apache Tomcat webserver) and provides some example data. To stop the application just hit Ctrl + c at the command line window. Be aware that every data which has been inserted is lost when the application is stopped. Do not use in a production system!