This file contains 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
# | |
# A fabric deploy script for a django project using uwsgi + nginx (is debian/ubuntu focused) | |
# | |
# The nginx virtual host conf and uwsgi.ini should reside in the project root: | |
# - virtual host conf filename should be: PROJECT_NAME_nginx.conf | |
# - uwsgi conf filename should be: uwsgi.ini | |
# | |
# The deployment is mercurial based, but the script requires little changes for using git | |
# deployment works as follow: | |
# $ fab (devel|staging|production) install_system_deps #only once |