Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.09 KB

File metadata and controls

36 lines (23 loc) · 1.09 KB

1. Set up the example Galaxium Travels Infrastructure

We will work with the cloned repository for the Galaxium Travels Infrastructure in the folder example-application-infrastructure.

Step 1: Open the first terminal session.

Step 2: Clone the GitHub repository

cd example-application-infrastructure
git clone https://github.com/thomassuedbroecker/galaxium-travels-infrastructure.git

Step 3: Generate environment variables file

cd galaxium-travels-infrastructure/booking_system_rest
cat .env-template > .env

Step 4: Start all applications with Docker Compose

This command will build and start all applications of the Galaxium Travels Infrastructure

cd ../local-container
bash start-build-containers.sh

Step 5: Stop all applications with Docker compose

Stop all applications; we only need to build and create the container images to verify that everything is working locally.

Press 'command' and 'C' in the terminal session.