Getting Started
Prerequisites
- Install Git
- Install Docker Desktop
- AWS CodeCommit Git Repo Credentials
Sync with the Repo
- Create a local directory for the project
- Run the following commands in terminal
cd your-directory
git clone https://git-codecommit.us-west-2.amazonaws.com/v1/repos/mingarete-conservatory .
- If promted for your credentials, paste the credentials provided to you.
Get the Development Sample Database
- Download the development sample database [here]
- Copy
db.zip
into the root directory
|- your-directory
|- app
|- cert
|- db.zip
|- docker-compose.yml
|- nginx-4.conf
- Right-click
db.zip
and selectExtract Here
. - When finished extracting, delete
db.zip
Start the project
- Start Docker
- In the root directory of the project run:
docker-compose up --build
- 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.