Integrate a subset of changes proposed by DNX. Since gunicorn can still be used
globally using some global envs variables. Thanks for the diff!
This commit is contained in:
benoitc 2012-02-19 11:46:56 +01:00
parent f168a21dae
commit 7b077b7d6a

View File

@ -113,6 +113,12 @@ this::
Then you just need to use one of the three Gunicorn scripts that was installed Then you just need to use one of the three Gunicorn scripts that was installed
into ``~/venvs/webapp/bin``. into ``~/venvs/webapp/bin``.
Note: You can force the installation of Gunicorn in your Virtualenv by
passing ``-I`` or ``--ignore-installed`` option to pip::
$ source ~/venvs/webapp/bin/activate
$ pip install -I gunicorn
Monitoring Monitoring
---------- ----------