-
Notifications
You must be signed in to change notification settings - Fork 2
/
README.txt
29 lines (23 loc) · 1.05 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Zeromq is a dependency of this project. Install it with your favourite package
manager (pacman, brew, etc) or by hand from
http://www.zeromq.org/area:download. A simple ./configure && make && make
install is sufficient to install it.
Then, to set up Great Big Crane run these commands:
* git clone http://github.com/pnomolos/Django-Dash-2010.git
* cd Django-Dash-2010
* python bootstrap.py
* bin/buildout
* bin/django syncdb
* bin/django migrate
There are three processes that need to be running. Each one is run from inside
the buildout directory:
* bin/django job_server
* bin/django job_processor # Can run multiples of these for more responsivity
* bin/django runserver
Now visit http://localhost:8000/ and enjoy! Read the about page for a tutorial on
most of the features.
Example test git repos:
git://github.com/xentac/fakezopetestrunner.git
git://github.com/pnomolos/Django-Dash-2010.git <--- Self hosting! Yeah baby!
http://github.com/edorian/Build-your-own-Textadventure.git
http://github.com/jacobian/django-shorturls.git <--- Example of broken tests