Created
June 6, 2016 16:10
-
-
Save unifispot/03f5588a511eb68e03a430a19e5dd635 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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