To start this system, open up a shell, switch into the ./application directory and execute docker-compose up -d
.
This should start up all needed microservices and all other infrastructure services needed to allow the system to work correctly.
All containers are currently pushed to the Docker Hub.
This command should pull the needed images from there.
If you want to perform changes to the code base and want to create new container images with the newly updated applications, look into how to compile our system: Development and Deployment
You can follow the start up process via docker-compose logs -f
which simply displays all logs of each service.
Via Docker Compose it is possible to deploy locally or to a Kubernetes/Docker Swarm. To start locally, just follow the introduction chapter of this document.
Look into the Usage guide.