Skip to content

Instantly share code, notes, and snippets.

@heronyang
Last active August 29, 2015 14:19
Show Gist options
  • Save heronyang/6b565a5c895fdd332d5b to your computer and use it in GitHub Desktop.
Save heronyang/6b565a5c895fdd332d5b to your computer and use it in GitHub Desktop.
sudo apt-get install apache2 # web server
sudo aptitude install libapache2-mod-wsgi # wsgi
sudo a2enmod wsgi # enable wsgi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment