Skip to content

Latest commit

 

History

History
executable file
·
41 lines (27 loc) · 1.42 KB

README.md

File metadata and controls

executable file
·
41 lines (27 loc) · 1.42 KB

FEUP SINF

Project developed during the course Information Systems @ FEUP

How to Run this project

Running everything in development mode

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.

Troubleshooting

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.

Resources

Team