We will work with the
cloned repository for the Galaxium Travels Infrastructurein the folderexample-application-infrastructure.
cd example-application-infrastructure
git clone https://github.com/thomassuedbroecker/galaxium-travels-infrastructure.gitcd galaxium-travels-infrastructure/booking_system_rest
cat .env-template > .envThis command will build and start all applications of the Galaxium Travels Infrastructure
cd ../local-container
bash start-build-containers.shStop 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.