Skip to content

Matrix18/delajozate

 
 

Repository files navigation

INSTALL

Quick install guide:

# libpq needed for psycopg2 (Linux)
sudo apt-get install libpq-dev python-dev build-essential

# create a virtualenv in containing dir
mkdir dz && cd dz
virtualenv .

# clone code
git clone https://github.com/delajozate/delajozate.git

# activate virtualenv
. bin/activate
cd delajozate

# setup buildout
python bootstrap.py -d
bin/buildout

# setup settings, database
cp delajozate/localsettings.py.example delajozate/localsettings.py

# fill database
bin/django syncdb
bin/django migrate
bin/django loaddata delajozate/fixtures/delajozate.json

# run
bin/django runserver

TODO

Setup crontab for bin/django twitter_sync every 30min

About

Delajo zate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published