Created
October 17, 2014 04:31
-
-
Save ChillarAnand/14adf6f6dc46791ebc0b to your computer and use it in GitHub Desktop.
deploy django
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
wget http://modwsgi.googlecode.com/files/mod_wsgi-3.4.tar.gz | |
tar xvfz mod_wsgi-3.4.tar.gz | |
cd mod_wsgi-3.4 | |
./configure | |
make | |
make install | |
echo "LoadModule wsgi_module /usr/lib/apache2/modules/mod_wsgi.so" > /etc/apache2/mods-available/wsgi.load | |
a2enmod wsgi | |
a2dissite default |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment