blob: a7989ac3c8b7f0b8b43c67187649ddfb3285d69d [file] [log] [blame]
[email protected]cc51cd02010-12-23 00:48:391Most of the tests require a local Rietveld server.
2
3To set this up:
4Method 1: Let the presubmit script do the work for you.
5 $ git cl presubmit
6
7Method 2: Manual.
81) Check out a copy of Rietveld:
9 $ svn checkout http://rietveld.googlecode.com/svn/trunk/ rietveld
10 (Use git-svn if you must, but man is it slow.)
112) Get the Google App Engine SDK:
12 http://code.google.com/appengine/downloads.html
133) To run Rietveld you will need Django 1.0, which is not included
14 with the App Engine SDK. Go to http://www.djangoproject.com/download ,
15 download a Django from the 1.0 series (it's in the sidebar on the right),
16 untar it, then
17 $ export PYTHONPATH=`pwd`/Django-1.0.4
184) Run Rietveld:
19 $ /path/to/appengine/sdk/dev_appserver.py /path/to/rietveld
20 (If using one of the App Engine launchers, be sure to use port 8080
21 for this project.)
22
23And then, finally, run the tests.