diff --git a/Page-3%3A-Build-and-Run.md b/Page-3%3A-Build-and-Run.md new file mode 100644 index 0000000..46130c6 --- /dev/null +++ b/Page-3%3A-Build-and-Run.md @@ -0,0 +1,20 @@ +# Page 3: Build and Run + +*NOTE: Before you start here please visit [Page 2: Setup Configurations](https://code-repo.d4science.org/MaDgiK-CITE/argos/wiki/Page-2:-Setup-Configurations)* + +**Windows**: + +1. Go to the project's root directory +2. Press and hold the *shift* key and press the right click in the folder(after the context menu shows release the *shift* key) +3. From the context menu select **Open Powershell here** +4. Type in Powershell `docker volume create --name=dmpdata` +5. Type in Powershell `docker-compose up -d --build` +6. After it's complete open a web browser and go to [http://localhost:8080](http://localhost:8080) (address and port can be changed based on the PC that access the website and from the docker-compose.yml) + +**Linux**: + +1. Go to the project's root directory +2. Press the right click in the folder and select **Open Terminal** +3. Type in the Terminal `docker volume create --name=dmpdata` +4. Type in the Terminal `docker-compose up -d --build` +5. After it's complete open a web browser and go to [http://localhost:8080](http://localhost:8080) (address and port can be changed based on the PC that access the website and from the docker-compose.yml) \ No newline at end of file