Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(433)

Side by Side Diff: git_cl/README.testing

Issue 5012006: Move git-cl into depot_tools.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools/
Patch Set: '' Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 Most of the tests require a local Rietveld server.
2
3 To set this up:
4 1) Check out a copy of Rietveld:
5 $ svn checkout http://rietveld.googlecode.com/svn/trunk/ rietveld
6 (Use git-svn if you must, but man is it slow.)
7 2) Get the Google App Engine SDK:
8 http://code.google.com/appengine/downloads.html
9 3) To run Rietveld you will need Django 1.0, which is not included
10 with the App Engine SDK. Go to http://www.djangoproject.com/download ,
11 download a Django from the 1.0 series (it's in the sidebar on the right),
12 untar it, then
13 $ export PYTHONPATH=`pwd`/Django-1.0.4
14 4) Run Rietveld:
15 $ /path/to/appengine/sdk/dev_appserver.py /path/to/rietveld
16 (If using one of the App Engine launchers, be sure to use port 8080
17 for this project.)
18
19 And then, finally, run the tests.
20 TODO(evan): make the tests easier to run, with a single command.
OLDNEW
« git-cl ('K') | « git_cl/README.codereview ('k') | git_cl/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698