1 Page 3: Build and Run
Bernaldo Mihasi edited this page 2 years ago

Page 3: Build and Run

NOTE: Before you start here please visit 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 (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 (address and port can be changed based on the PC that access the website and from the docker-compose.yml)
Table of Contents