CS 333: Algorithms in the real world final project
- This is currently configured to run Docker within an Ubuntu 20.04 host (vcm.duke.edu).
- Follow instructions for installing stable Docker Engine version
- Follow instructions for installing stable Docker Compose on linux
- Run
cp template.env .env
and add the necessary tokens. - Run
source .env
- Run
docker-compose build
- Run
docker-compose up --force-recreate
See [init.sh] and create.sh for current behavior and TODOs.
Steps 6-7 will need to be rerun on any code changes until hot deploy is configured.
To view current docker container information, run docker ps
(may need to be run as sudo
)