This is a legacy repository and is no longer in use. If you are a prospective contributor or would like to become a customer of InAcademia, please visit www.inacademia.org or contact us using the organisation contact details above.
Necessary files for building a Docker image for running an svs instance.
docker build -t svs:1.0.0 .
docker run -ti --name svs
-v /home/user/src/svs/conf:/var/svs
-e DATA_DIR="/var/svs"
-e PROXY_PORT="8888"
-p 8888:8888
svs:1.0.0