Skip to content

taylorchenca/ecs160web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 43.6%
  • CSS 29.2%
  • Python 20.6%
  • HTML 5.1%
  • ApacheConf 1.5%