From 9ce722e638a56fc713ea4a6a1983c513445e1770 Mon Sep 17 00:00:00 2001 From: Kirill Zaborsky Date: Fri, 21 Feb 2014 17:14:31 +0300 Subject: [PATCH] gafferp renamed to gaffer --- docs/source/deploy.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/deploy.rst b/docs/source/deploy.rst index 5b9d48fc..08cfb963 100644 --- a/docs/source/deploy.rst +++ b/docs/source/deploy.rst @@ -171,13 +171,13 @@ Create a ``Procfile`` in your project:: You can any other applications that should be launched at the same time. -Then you can start your gunicorn application using `gafferp `_.:: +Then you can start your gunicorn application using `gaffer `_.:: - gafferp start + gaffer start If gafferd is launched you can also load your Procfile in it directly:: - gafferp load + gaffer load All your applications will be then supervised by gafferd.