Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 635 Bytes

README.md

File metadata and controls

30 lines (27 loc) · 635 Bytes

OZ-CSC-480-HCI-521-Fall-2023-

Requirements to Run

  • Docker

Build Instructions for Linux/Mac

Step 1: Open the project in command line
Step 2: Change directory to buildAutomation

cd buildAutomation

Step 3: Call the startup script

./startupEverything

Step 4 When done shutdown all the containers

./stopEverything

Build Instructions for Windows

Step 1: Open the project in command line
Step 2: Run the docker compose up command

docker compose up --build -d

Step 3: When done shutdown all the containers

docker compose down