more doc
[myslice.git] / devel / run-locally.txt
1 In order to run this module in standalone mode
2
3  * install python and django for your OS (see devel/django-install.txt)
4
5  * make syncdb
6  that won't hurt
7
8  * make collectstatic
9  although this is not really needed anymore now that we have a single
10  location for tempaltes and static, but if any static file gets added
11  in some other place, this will be important
12
13  * manage.py runserver 0.0.0.0:8080
14  for a one-shot run of the local server
15
16  * if you need to often restart the server, you can use 
17  devel/server-loop.sh
18  that runs 'manage runserver ...' in an endless loop, just hit ctrl-C
19  to kill the current server instance and run another one
20