Skip to content

Instantly share code, notes, and snippets.

@unifispot
Created June 6, 2016 16:10
Show Gist options
  • Select an option

  • Save unifispot/03f5588a511eb68e03a430a19e5dd635 to your computer and use it in GitHub Desktop.

Select an option

Save unifispot/03f5588a511eb68e03a430a19e5dd635 to your computer and use it in GitHub Desktop.
#upgrading from an earlier version to 1.1.0 and bewyond
#location of uwsgi.ini have changed
ln -sf /usr/share/nginx/poppet/scripts/uwsgi.ini /etc/uwsgi/vassals/uwsgi.ini
cp /usr/share/nginx/poppet/scripts/uwsgi.conf /etc/init/
#supervisor may not have installed before
apt-get install supervisor
ln -sf /usr/share/nginx/poppet/scripts/supervisord.conf /etc/supervisor/conf.d/unifispot_celery.conf
service uwsgi restart
service nginx restart
service supervisor restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment