Skip to content

Instantly share code, notes, and snippets.

@ChillarAnand
Created October 17, 2014 04:31
Show Gist options
  • Save ChillarAnand/14adf6f6dc46791ebc0b to your computer and use it in GitHub Desktop.
Save ChillarAnand/14adf6f6dc46791ebc0b to your computer and use it in GitHub Desktop.
deploy django
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