Skip to main content

Getting Started

Prerequisites

  • Install Git
  • Install Docker Desktop
  • AWS CodeCommit Git Repo Credentials

Sync with the Repo

  1. Create a local directory for the project
  2. Run the following commands in terminal
cd your-directory
git clone https://git-codecommit.us-west-2.amazonaws.com/v1/repos/mingarete-conservatory .
  1. If promted for your credentials, paste the credentials provided to you.

Get the Development Sample Database

  1. Download the development sample database [here]
  2. Copy db.zip into the root directory
|- your-directory
|- app
|- cert
|- db.zip
|- docker-compose.yml
|- nginx-4.conf
  1. Right-click db.zip and select Extract Here.
  2. When finished extracting, delete db.zip

Start the project

  1. Start Docker
  2. In the root directory of the project run:
docker-compose up --build
  1. Once all the containers have started, navigate to localhost in the browser.
info

On the first build it will take a while to download all of the images and install the projects.
Many build errors can be resolved by switching to a correct VPN server.