gafferp renamed to gaffer

This commit is contained in:
Kirill Zaborsky 2014-02-21 17:14:31 +03:00
parent 6f1d3362c5
commit 9ce722e638

View File

@ -171,13 +171,13 @@ Create a ``Procfile`` in your project::
You can any other applications that should be launched at the same time. You can any other applications that should be launched at the same time.
Then you can start your gunicorn application using `gafferp <http://gaffer.readthedocs.org/en/latest/gafferp.html>`_.:: Then you can start your gunicorn application using `gaffer <http://gaffer.readthedocs.org/en/latest/gaffer.html>`_.::
gafferp start gaffer start
If gafferd is launched you can also load your Procfile in it directly:: 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. All your applications will be then supervised by gafferd.