Distributed Library Project Wiki
Brought to you by:
bvfalcon
There are two ways to run system
Simplest way
This way is optimal for newbie and needs only superficial knowledge in system administration.
docker-{VERSION}.zip.DLP_DOCKERdlp-{VERSION}.war.dlp.war and move it into folder DLP_DOCKER.DLP_DOCKER you can find a file ".env".DLP_DOCKER and start Database from console with command docker-compose up db.DLP_DOCKER and start Application Server with command docker-compose up --build app-serverIn future you can stop both Database an Application Server with command docker-compose stop and start them with command docker-compose start.
Experts way
This way is more difficult and needs deep knowledge in system administartion.
Application is contained in file dlp-{VERSION}.war and need next software for correct work: