Skip to content

Instantly share code, notes, and snippets.

@skryv
Created February 4, 2013 20:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skryv/4709415 to your computer and use it in GitHub Desktop.
Save skryv/4709415 to your computer and use it in GitHub Desktop.
Install & run supervisor
#Install supervisor in the pipy-local directory
cd /path/to/pipy-local
pip install supervisor
#create a standard configuration in this directory
echo_supervisord_conf > supervisord.conf
#run supervisor from this directory
supervisord
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment