-
Notifications
You must be signed in to change notification settings - Fork 0
Dev setup
Kenneth Bambridge edited this page Jul 27, 2016
·
2 revisions
-
Clone the repo
-
Run
install.sh
-
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'
-
source ~/bashrc
-
workon eng-ops
-
./bin/restore-db
-
./run.sh