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

Unified Diff: appengine_apps/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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « appengine_apps/trooper_o_matic/OWNERS ('k') | appengine_apps/trooper_o_matic/app.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine_apps/trooper_o_matic/README
diff --git a/appengine_apps/trooper_o_matic/README b/appengine_apps/trooper_o_matic/README
deleted file mode 100644
index 28e0663e39fae81a81153aff6e5bd1bb8c2ab308..0000000000000000000000000000000000000000
--- a/appengine_apps/trooper_o_matic/README
+++ /dev/null
@@ -1,55 +0,0 @@
-INSTALLING TROOPER-O-MATIC
-==========================
-
-1. Install the App Engine SDK for Python
- (https://developers.google.com/appengine/downloads)
-
-2. Install bower
- (npm install bower)
-
-3. Install dependencies
- (bower install)
-
-4. Install WebTest
- (sudo easy_install WebTest)
-
-UPDATING TROOPER-O-MATIC
-========================
-
-In addition to updating your git repository, be sure to update any bower
-dependencies (bower update).
-
-RUNNING TROOPER-O-MATIC LOCALLY
-===============================
-
-dev_appserver.py .
-
-TESTING
-=======
-
-From the infra/ directory:
-./test.py "*trooper_o_matic*"
-
-Mocha (new-style) tests
------------------------
-
-The tests can be run in the browser or from the command line.
-
-In the browser: http://localhost:8000/test/run-unit-tests.html
-
-From the command line:
-
-$ make test
-
-This will launch karma, run the tests and watch the source files for
-changes. To run once and exit, use:
-
-$ make single-test
-
-Or, you can start karma manually:
-
-$ ./node_modules/karma/bin/karma start
-
-You can shorten this command to 'karma start' if you run
-'npm install -g karma-cli'.
-
« no previous file with comments | « appengine_apps/trooper_o_matic/OWNERS ('k') | appengine_apps/trooper_o_matic/app.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698