Skip to content

aditbiswas1/ie-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •