In order to run the project you'll need the following tools installed
- First of all, you should clone this repository on your system using the following command.
git clone https://github.com/osmocode/web-service.git
- Go to
web-service
directory, then execute the./bin/install.sh
script, finally execute the./bin/docker-up.sh
script for generate docker images of web-service and run containers.
cd web-service
./bin/install.sh
./bin/docker-up.sh
-
Once all services starts, open the browser on
localhost
-
To shutdown all running containers execute the
./bin.docker-down.sh
script
./bin/docker-down.sh