OLD | NEW |
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 Loading... |
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 |
OLD | NEW |