Skip to content

Dev setup

Kenneth Bambridge edited this page Jul 27, 2016 · 2 revisions

Dev Environment Setup

  1. Clone the repo

  2. Run install.sh

  3. Add these environment variables to your bashrc: (Get the keys and tokens from Heroku)

export ENG_OPS_DJANGO_SECRET_KEY='<key>'
export ENG_OPS_GITHUB_KEY="<key>"
export ENG_OPS_ZENHUB_KEY='<key>'
export GITHUB_ORGANIZATION='FundersClub'
export SLACK_TOKEN='<key>'
export ENG_OPS_ALLOWED_HOSTS='eng-ops.fundersclub.com,fundersclub-eng-ops.herokuapp.com'
  1. source ~/bashrc

  2. workon eng-ops

  3. ./bin/restore-db

  4. ./run.sh

Clone this wiki locally