How to run Kitodo.Production in demo mode

Prerequisites:

Get the source code

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.

Start the application

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!