You need gb to build the server.
gb build
ODEN_CLI=path/to/bin/oden bin/playground
# or with docker-compose:
docker-compose build web
docker-compose up webFirst build and push a new tag to the Docker Hub.
docker build -t owickstrom/oden-playground:<VERSION> .
docker push owickstrom/oden-playground:<VERSION>Then SSH into the AWS server and run ~/update-oden-playground.sh.
bash update-oden-playground.sh
Which tag of the Oden playground would you like to run?
<VERSION>
...