Quickstart
Booklify.me provides a sample docker-compose file to get you started quickly.
warning
This just a demo setup, you should customize it according to your needs.
danger
The default settings are insecure and should not be used in production. Make sure to read the Setup section.
Prerequisites
Make sure your system meets the minimum requirements: Prerequisites
Installation
- Clone the repository
git clone https://gitlab.eps-dev.de/Lilly/booklify-ce.git
- Change to the docker demo directory
cd booklify-ce/demo
- Start the services
docker-compose up -d
After a few seconds, the services should be up and running. You can access the frontend at http://localhost:8090.