-
Make sure that Docker is installed on your machine.
-
Fork a copy of the main repo to your GitHub account.
-
Clone this repository
git clone [email protected]:codeforboston/police-data-trust.git
-
Create a
.env
file in the root of your local project folder, and add your preferred PostgreSQL username and password:
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DB=police_data
POSTGRES_HOST=db
- Build and run the project with
docker-compose build; docker-compose up -d; docker-compose logs -f app