Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 863 Bytes

README.md

File metadata and controls

52 lines (35 loc) · 863 Bytes

Install

Bring in all the sites/services from other repositories:

./install.sh

Build Docker Images

Install docker - see instructions for Ubuntu 20.04.

For each service, build from the Dockerfile in its top-level directory. Note the tag name is important since it is used by the docker-compose file to specify which containers to run.

auv-hub

cd auv-hub
docker build --tag auv-hub .

auv-wiki

cd auv-wiki
docker build --tag auv-wiki .

auv-rev-proxy (production version)

cd rev-proxy
docker build --tag auv-rev-proxy .

You can check that the all images were built:

docker image ls

Running (on mcgillrobotics-auv.com server)

In the auv-site directory run:

docker-compose up