aditbiswas1 / ie-site

2 stars 2 forks source link

IE Nitk Website

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.

Installation

  1. install python 2

  2. install virtualenv, follow the steps given at virtualenv

  3. clone this project using git clone

    git clone [git-repo-url]
    cd ie-site
  4. create a virtualenv with any name and activate it

    virtualenv env
    source env/bin/activate
    
  5. 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
    
  6. run database sync and migrations

    python manage.py syncdb
    python manage.py migrate
  7. start the django server

    python manage.py runserver

version

0.0.1