Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.01 KB

File metadata and controls

29 lines (18 loc) · 1.01 KB

ecs160web

Setting up apache:

Run the following commands:

sudo apt-get install python-pip sudo apt-get install python-dev pip install PIL --allow-unverified PIL --allow-all-external sudo pip install django django-cms sudo apt-get install libapache2-mod-wsgi

Modify /etc/apache2/apache2.conf to be the same as the apache2.conf in the repository, substituting your koding username for my apmishra100

Modify /etc/apache2/sites-enabled/000-default.conf to be the same as the 000-default.conf in the repository substituting your koding username for my apmishra100.

Replace apmishra100 with your username in ecs160/ecs160/settings.py

python ~/ecs160/manage.py collectstatic

sudo apachectl restart

Visit username.koding.io and you should be able to view the website

Run sudo pip install django-simple-email-confirmation to install the necessary email verification app. Run sudo pip install django-messages to install the messaging app. Run sudo pip install django-widget-tweaks to install the dependencies for the forms.