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'. |
- |