File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -155,20 +155,18 @@ Heroku
155155~~~~~~
156156
157157`Heroku <http://www.heroku.com/ >`_'s
158- `Cedar <http://devcenter.heroku.com/articles/cedar >`_ stack supports Python
159- web applications running on Python version 2.7. At this time, Cedar is in
160- public beta, but it is intended to become the default stack for all new
161- Heroku applications at some point.
158+ `Cedar stack <http://devcenter.heroku.com/articles/cedar >`_ offers first class
159+ support for Python applications running on 2.7.2.
162160
163- Heroku uses a git-based workflow, so it is well-suited for use with
164- applications whose source control is managed in a git repository.
165-
166- Heroku has a free plan with one web process and limited database space .
161+ Heroku allows you to run as many Python web applications as you like, 24/7 and free
162+ of charge. Heroku is best described as a horizontal scaling platform. They start
163+ to charge you once you "scale" you application to run on more than one Dyno
164+ (abstacted servers) at a time .
167165
168166Heroku publishes `step-by-step instructions
169167<http://devcenter.heroku.com/articles/python> `_ on how to set up your first
170168application for use in Heroku, and maintains a list of `example applications
171- <http://python.herokuapp.com/> `_ using Heroku .
169+ <http://python.herokuapp.com/> `_.
172170
173171
174172DotCloud
You can’t perform that action at this time.
0 commit comments