Requires: docker
- Navigate to root of repository:
cd path/to/repository - Build docker image:
docker compose build
- Run container:
docker compose up
- Reached at:
- Api: localhost:5000.
- Web app: localhost:5001.
Requires: vagrant, Digital Ocean api token, Digital Ocean ssh key.
-
Make sure
$DIGITAL_OCEAN_TOKENand$SSH_KEY_NAMEare set in your current environment -
Navigate to root of repository:
cd path/to/repository -
Deploy:
vagrant up