Guest User

Untitled

a guest
Jan 22nd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. # this will install apache2 util and the documentation
  2.  
  3. sudo apt-get install apache2 apache2-doc apache2-utils
  4.  
  5. # next you will install mod-wsgi which the apache plugin that allows you to
  6. # run python application as well as setup-tools
  7.  
  8. sudo apt-get install python-setuptools libapache2-mod-wsgi
Add Comment
Please, Sign In to add comment