The complete setup guide is at the App UI, I suggest you should start there
If you started the setup guide over the App UI, you should have your GitHub OAuth secrets by now, keep'em close, you'll need them here as well.
Fork this repo, then go to Heroku and create a new App there. Connect it to GitHub, you can turn on automatic deployments
If your App is connected to GitHub, go to the Resources tab, and add a free Heroku Redis instance.
After it looks like it has been provisioned, go to the Settings tab, and edit the config vars:
- CFP_VOTE_ADMINS
a JSON encoded array with the github usernames of those who will have admin privileges in your app
for example["necccc"]
- CFP_VOTE_ADMINS
a JSON encoded array with the github usernames of those who will have accessto your app, and able to vote
for example["necccc", "hubudibu"]
- GH_OAUTH_CLIENT_ID
- GH_OAUTH_CLIENT_SECRET
these are displayed on your GitHub Org OAuth application page - REDIS_URL
this will be provisioned by heroku, no need to edit or touch it
If you've added these, go to the Deploy tab on Heroku, scroll to the bottom, and do a manual deploy .
If the deploy was successful, you've done this part!