sudo apt-get install apache2
sudo apt-get install libapache2-mod-wsgi
- git clone git@github.com:Python-Nairobi/meetup-12-django-app.git meet12
- virtualenv meet12/.venv
- source meet12/.venv/bin/activate
- pip install -r apache_requirements.txt
- Set up an apache basic configuration file for meet12 application using reference 2 and 3.