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

Side by Side Diff: appengine/trooper_o_matic/README

Issue 774323002: Moved trooper_o_matic to appengine/ (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 6 years 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
« no previous file with comments | « appengine/trooper_o_matic/OWNERS ('k') | appengine/trooper_o_matic/app.yaml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 INSTALLING TROOPER-O-MATIC 1 INSTALLING TROOPER-O-MATIC
2 ========================== 2 ==========================
3 3
4 1. Install the App Engine SDK for Python 4 1. Install the App Engine SDK for Python
5 (https://developers.google.com/appengine/downloads) 5 (https://developers.google.com/appengine/downloads)
6 6
7 2. Install bower 7 2. Install bower
8 (npm install bower) 8 (npm install bower)
9 9
10 3. Install dependencies 10 3. Install dependencies
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 46
47 $ make single-test 47 $ make single-test
48 48
49 Or, you can start karma manually: 49 Or, you can start karma manually:
50 50
51 $ ./node_modules/karma/bin/karma start 51 $ ./node_modules/karma/bin/karma start
52 52
53 You can shorten this command to 'karma start' if you run 53 You can shorten this command to 'karma start' if you run
54 'npm install -g karma-cli'. 54 'npm install -g karma-cli'.
55 55
OLDNEW
« no previous file with comments | « appengine/trooper_o_matic/OWNERS ('k') | appengine/trooper_o_matic/app.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698