Skip to content

deploying the app on your computer

majdbousaad edited this page Dec 13, 2022 · 5 revisions

deploying the app on your computer

  1. install Docker (make sure you check "add docker to system Path variable or so")

  2. install Visual studio Code

  3. Pull the project using Visual Studio Code from here (make sure you are on the branch develop-feature-docker)

  4. 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