Update 'Page 3: Build and Run'

Bernaldo Mihasi 2022-08-21 22:30:21 +02:00
parent 5fd42b2639
commit 1dead0d03a
1 changed files with 20 additions and 0 deletions

@ -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)