This is the repository for development of the institution of engineers NITK chapter website. The project is primarily writted in python using the django framework.
-
install python 2
-
install virtualenv, follow the steps given at virtualenv
-
clone this project using git clone
git clone [git-repo-url] cd ie-site
-
create a virtualenv with any name and activate it
virtualenv env source env/bin/activate
-
install the dependencies in the project directory
sudo apt-get install python-dev libjpeg-dev libfreetype6-dev zlib1g-dev pip install PIL --allow-external PIL --allow-unverified PIL pip install -r requirements.txt
-
run database sync and migrations
python manage.py syncdb python manage.py migrate
-
start the django server
python manage.py runserver
0.0.1