Skip to content

krsmedlund/timeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sudo apt-get install python-pip 
    sudo pip install --upgrade pip

or if you prefer the python tools 
    sudo easy_install pip

install virtualenv if not already available
    sudo pip install virtualenv

create the virtual environment
    virtualenv env

enable the environment 
    source env/bin/activate

install the dependencies to the environment
    pip install -r etc/requirements.txt

setup database tables
    python manage.py syncdb    

run the server
    python manage.py runserver


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages