The docker image provides everything you need to run the project packed into a docker container.
- You'll need Docker Desktop installed. So, install that first if you don't have it already.
- Pull the image: %
docker pull grese/scad_tot
The easiest way to run the image for local development would be to use the helper script by running the docker_run_local.sh script.
- %
./scripts/docker_run_local.sh
- % Visit
https://localhost:9999
in your browser (and accept the unsigned certificate)
Check out the Docker image's README for more examples of how to run the image.