Skip to content

Instantly share code, notes, and snippets.

@alfredodeza
Created August 23, 2013 13:07
Show Gist options
  • Save alfredodeza/6319156 to your computer and use it in GitHub Desktop.
Save alfredodeza/6319156 to your computer and use it in GitHub Desktop.
Supervisor in Ubuntu
First remove the apt-get supervisor version:
sudo apt-get remove supervisor
Kill the backend supervisor process:
sudo ps -ef | grep supervisor
Then get the newest version(apt-get version was 3.0a8):
sudo easy_install(pip install) supervisor==3.0b2
Echo the config file(root premission):
echo_supervisord_conf > /etc/supervisord.conf
Start supervisord:
sudo supervisord
Enter supervisorctl:
sudo supervisorctl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment