-
Notifications
You must be signed in to change notification settings - Fork 4
Install on Server
Marcel Luz edited this page Jul 19, 2018
·
5 revisions
You can install and run Zeta fully automised via docker-compose.
A distinction is made between the initial step and the update step.
This is the prefered way. First you have to install docker with docker-compose:
Note: If you are using Docker on Windows, you must allocate at least 3 to 4 GB of memory to the Docker machine.
- Install docker (tested with Docker version 1.12.3]
- Manage Docker as a non-root user
- Install docker-compose
- Checkout this repository on your server system.
- Build & Start all containers (more Information!)
docker-compose up -d api
- Shutdown
docker-compose down
- update repo (
git pull
) - remove old docker image (zeta-sbt:1.0.6)
docker rmi zeta-sbt:1.0.6
- Build & Start
docker-compose up -d api