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

Side by Side Diff: README.testing

Issue 6758001: Move git_cl back into depot_tools. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Add stub to not break incremental update Created 9 years, 9 months 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
« no previous file with comments | « README.git-cl ('k') | git-cl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Most of the tests require a local Rietveld server. 1 Most of the tests require a local Rietveld server.
2 2
3 To set this up: 3 To set this up:
4 Method 1: Let the presubmit script do the work for you. 4 Method 1: Let the presubmit script do the work for you.
5 $ git cl presubmit 5 $ git cl presubmit
6 6
7 Method 2: Manual. 7 Method 2: Manual.
8 1) Check out a copy of Rietveld: 8 1) Check out a copy of Rietveld:
9 $ svn checkout http://rietveld.googlecode.com/svn/trunk/ rietveld 9 $ svn checkout http://rietveld.googlecode.com/svn/trunk/ rietveld
10 (Use git-svn if you must, but man is it slow.) 10 (Use git-svn if you must, but man is it slow.)
11 2) Get the Google App Engine SDK: 11 2) Get the Google App Engine SDK:
12 http://code.google.com/appengine/downloads.html 12 http://code.google.com/appengine/downloads.html
13 3) To run Rietveld you will need Django 1.0, which is not included 13 3) 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 , 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), 15 download a Django from the 1.0 series (it's in the sidebar on the right),
16 untar it, then 16 untar it, then
17 $ export PYTHONPATH=`pwd`/Django-1.0.4 17 $ export PYTHONPATH=`pwd`/Django-1.0.4
18 4) Run Rietveld: 18 4) Run Rietveld:
19 $ /path/to/appengine/sdk/dev_appserver.py /path/to/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 20 (If using one of the App Engine launchers, be sure to use port 8080
21 for this project.) 21 for this project.)
22 22
23 And then, finally, run the tests. 23 And then, finally, run the tests.
OLDNEW
« no previous file with comments | « README.git-cl ('k') | git-cl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698