Project developed during the course Information Systems @ FEUP
Navigate to the project's root folder (where the docker-compose.yml
file is) and run the following command:
docker-compose up
This will build (if not already) the docker images and run them. More information can be found in each project folder.
A script for cleaning ALL docker images can be found on this project's root folder (make sure you're not running any important containers, cause they will be stopped and their images will be deleted). Use it if docker is not responding to your changes or for some other reason.
sh clean_docker.sh
# OR
./clean_docker.sh
If for some reason docker is still not being cooperative, feel free to give up and use your local machine. Instructions on that can be found in each of the project's folders.