EXPERIMENTAL: Not yet ready to be released
A scalable and extensible platform for multi-tenant web based enterprise applications
- 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
git clone --recurse-submodules git@github.com:eq8/mvp.git
make watch
open http://127.0.0.1/api/domain/0.0
- 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
make build
make ship
make run
make update
make build
make ship
make run
make clean