-
Notifications
You must be signed in to change notification settings - Fork 5
deploying the app on your computer
majdbousaad edited this page Dec 13, 2022
·
5 revisions
-
install Docker (make sure you check "add docker to system Path variable or so")
-
install Visual studio Code
-
Pull the project using Visual Studio Code from here (make sure you are on the branch develop-feature-docker)
-
in Visualstudio terminal, make sure you are in the main directory (that contains the docker-compose.yml file) and run:
docker compose up --build
The project should now be running on your localhost
If a problem occurred during steps from 1 to 4 send me a message