Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 449 Bytes

README.markdown

File metadata and controls

23 lines (12 loc) · 449 Bytes

Overview:

A Django project to run an arbitrary Django app.

Possibly useful commands:

Varnish

sudo varnishd -F -a :80 -T localhost:6085 -f conf/varnish.conf -s file,`pwd`/tmpdir/varnish.cache,10M

Tokyo Tyrant

ttserver -port 7000 tmpdir/tyrant.tcb#opts=ld

Redis

redis-server conf/redis.conf

Django

python manage.py runserver
python manage.py runserver -H `internal-ip`