Static stuff.

master
Nick Sergeant 2014-10-20 20:57:22 -04:00
parent 7e292ef03e
commit 32f702747d
1 changed files with 11 additions and 10 deletions

View File

@ -23,15 +23,16 @@ This is the codebase for the website, [Snipt.net](https://snipt.net/).
6. `heroku config:add AWS_SECRET_ACCESS_KEY=`
7. `heroku config:add AWS_STORAGE_BUCKET_NAME=`
8. `heroku config:add DEBUG=False`
9. `heroku config:add INTERCOM_SECRET_KEY=`
10. `heroku config:add POSTMARK_API_KEY=`
11. `heroku config:add RAVEN_CONFIG_DSN=`
12. `heroku config:add SECRET_KEY=`
13. `heroku config:add STRIPE_SECRET_KEY=`
14. `heroku config:add USE_SSL=False`
15. `git push heroku`
16. `heroku run pip install --index-url https://code.stripe.com --upgrade stripe`
17. `heroku run python manage.py syncdb`
18. `heroku run python manage.py migrate`
9. `heroku config:set DISABLE_COLLECTSTATIC=1`
10. `heroku config:add INTERCOM_SECRET_KEY=`
11. `heroku config:add POSTMARK_API_KEY=`
12. `heroku config:add RAVEN_CONFIG_DSN=`
13. `heroku config:add SECRET_KEY=`
14. `heroku config:add STRIPE_SECRET_KEY=`
15. `heroku config:add USE_SSL=False`
16. `git push heroku`
17. `heroku run pip install --index-url https://code.stripe.com --upgrade stripe`
18. `heroku run python manage.py syncdb`
19. `heroku run python manage.py migrate`
Any problems / questions / bugs, [create an issue](https://github.com/nicksergeant/snipt/issues). Thanks! :)