We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78c3126 commit 4ea6f33Copy full SHA for 4ea6f33
README.md
@@ -10,3 +10,14 @@
10
* `$ bower install`
11
* `$ python manage.py migrate`
12
* `$ python manage.py runserver`
13
+
14
+## Deployment
15
16
+*NOTE: Requires [Heroku Toolbelt](https://toolbelt.heroku.com/).
17
18
+* `$ heroku apps:create`
19
+* `$ heroku config:set BUILDPACK_URL=https://github.com/ddollar/heroku-buildpack-multi.git`
20
+* `$ heroku config:set DEBUG=False`
21
+* `$ heroku config:set COMPRESS_ENABLED=True`
22
+* `$ git push heroku master`
23
+* `$ heroku open`
0 commit comments