Skip to content

Commit 4ea6f33

Browse files
author
James Brewer
committed
Add instructions for deploying to Heroku.
1 parent 78c3126 commit 4ea6f33

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,14 @@
1010
* `$ bower install`
1111
* `$ python manage.py migrate`
1212
* `$ 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

Comments
 (0)