A minimal on-prem installer
- git
- make
- openssl
- install Docker: https://docs.docker.com/install/
- create a swarm: https://docs.docker.com/engine/swarm/swarm-mode/#view-the-join-command-or-update-a-swarm-join-token
- Build and pull the images
- Run a Docker Registry service
- Push the images into the Docker Registry
- Deploy the Docker stack
# On a manager node of Docker
git clone --recurse-submodules git@github.com:eq8/onprem.git
# TODO: edit docker-compose.yml and add related submodules in the services directory
make build
make ship
make run
make update
make build
make ship
make run
make clean