After installing Docker and Docker Compose, run docker-compose up in your favorite terminal.
Environment variables
Create a .env file, and stick the following env variables in:
SLACK_TOKEN=a slack bot token
SLACK_SIGNING_SECRET=signing secret, NOT verification token
REVIEW_CHANNEL=channel ID to post review messages to
AIRTABLE_API_KEY=airtable api key
AIRTABLE_BASE_ID=id of the airtable base
GH_APP_ID=id of github app
GH_INSTALLATION_ID=the installation id
HONEYBADGER_API_KEY=honeybadger api key (not required)
Commands
Command
Description
docker-compose up
Starts the dev environment locally
docker-compose up -d
Starts the dev environment, then detaches from the shell