Skip to content

A national archive of police data collected by journalists, lawyers, and activists around the country.

License

Notifications You must be signed in to change notification settings

codeforboston/police-data-trust

Repository files navigation

police-data-trust

Deploy

Installation

  1. Make sure that Docker is installed on your machine.

  2. Fork a copy of the main repo to your GitHub account.

  3. Clone this repository git clone [email protected]:codeforboston/police-data-trust.git

  4. 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
  1. Build and run the project with docker-compose build; docker-compose up -d; docker-compose logs -f app

Documentation

Docs