Environment Setup for Linux (the easy way) - SpotScore/spotscore GitHub Wiki
Prerequisites:
- Docker Engine: https://docs.docker.com/installation/ubuntulinux/
- Docker Compose: https://docs.docker.com/compose/install/
Run containers:
- Git clone code from https://github.com/SpotScore/spotscore or go to your existing project folder.
- Start terminal and change working directory to be the project's folder.
- Run:
sudo docker-compose up
- Images are downloaded, containers are run. Go to http://localhost:3000 with your browser and you should get a response.