From 796ce50090984dda124ba39080886ca35d107ac4 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 23 Jan 2012 03:46:04 -0500 Subject: [PATCH] clean up heroku section --- docs/scenarios/web.rst | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/docs/scenarios/web.rst b/docs/scenarios/web.rst index a3118a9..490d2c7 100644 --- a/docs/scenarios/web.rst +++ b/docs/scenarios/web.rst @@ -155,20 +155,18 @@ Heroku ~~~~~~ `Heroku `_'s -`Cedar `_ stack supports Python -web applications running on Python version 2.7. At this time, Cedar is in -public beta, but it is intended to become the default stack for all new -Heroku applications at some point. +`Cedar stack `_ offers first class +support for Python applications running on 2.7.2. -Heroku uses a git-based workflow, so it is well-suited for use with -applications whose source control is managed in a git repository. - -Heroku has a free plan with one web process and limited database space. +Heroku allows you to run as many Python web applications as you like, 24/7 and free +of charge. Heroku is best described as a horizontal scaling platform. They start +to charge you once you "scale" you application to run on more than one Dyno +(abstacted servers) at a time. Heroku publishes `step-by-step instructions `_ on how to set up your first application for use in Heroku, and maintains a list of `example applications -`_ using Heroku. +`_. DotCloud