From af511e356a1c96bbb840e96cfa10ad793d525326 Mon Sep 17 00:00:00 2001 From: Georges Dubus Date: Sun, 15 Jan 2012 14:21:54 +0100 Subject: [PATCH] Free plan for heroku --- docs/scenarios/web.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/scenarios/web.rst b/docs/scenarios/web.rst index 43d3b067c..b01287cbb 100644 --- a/docs/scenarios/web.rst +++ b/docs/scenarios/web.rst @@ -236,6 +236,8 @@ Heroku applications at some point. 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 publishes `step-by-step instructions `_ on how to set up your first application for use in Heroku, and maintains a list of `example applications