aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValerio Virgillito2012-07-10 11:20:04 -0700
committerValerio Virgillito2012-07-10 11:20:04 -0700
commit4e7f5d36d7c995dcce967176516e759592d317c2 (patch)
treec85d7b235ef02d1bd5268ed84e9c9ce00c1fc4f5
parentcfb2f95cffd22d5da2694639a8f2f67baf417adc (diff)
downloadninja-4e7f5d36d7c995dcce967176516e759592d317c2.tar.gz
Updating the Readme.
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
-rw-r--r--README.md24
1 files changed, 7 insertions, 17 deletions
diff --git a/README.md b/README.md
index c5ecd429..6e62c8c5 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,6 @@
7 7
8To run the Ninja Application you will need the following: 8To run the Ninja Application you will need the following:
9 9
10- Be able to access the Motorola internal network, using the blue port or VPN
11- The latest stable version of Chrome 10- The latest stable version of Chrome
12- Ninja can be run in either a Chrome unpackaged application or packaged application (.crx). Instructions below 11- Ninja can be run in either a Chrome unpackaged application or packaged application (.crx). Instructions below
13 12
@@ -15,33 +14,23 @@ To run the Ninja Application you will need the following:
15 14
16If you're already familiar with using Git, GitHub, and how to configure a local web server, 15If you're already familiar with using Git, GitHub, and how to configure a local web server,
17 16
181. Download Ninja Local Cloud: 171. Download Ninja Local Cloud: Win: get Ninja Local Cloud.exe from the Ninja CRX posted soon.
19 Win: get Ninja Local Cloud.exe from \\ninjateam.am.mot.com\users\jmayhew\Ninja Local Cloud,
20 Mac: get Ninja Local Cloud.app from smb://ninjateam.am.mot.com/users/jmayhew/Ninja Local Cloud
212. Launch Ninja Local Cloud. On Mac, click Allow when asked to accept incoming network connection. 182. Launch Ninja Local Cloud. On Mac, click Allow when asked to accept incoming network connection.
223. Click Copy button to copy the Ninja Local Cloud URL. 193. Click Copy button to copy the Ninja Local Cloud URL.
234. Launch your cloned master branch. 204. Launch your cloned master branch.
245. You should get the Cloud Service Dialog. 215. You should get the Cloud Service Dialog.
256. Paste in the Ninja Local Cloud URL that you copied in step 3. 226. Paste in the Ninja Local Cloud URL that you copied in step 3.
267. Click the TEST button. It should still show Disconnected. 237. Click the TEST button. It should still show Disconnected.
278. In the Ninja Local Cloud app, click on Advanced button, you should see an error that it ignores the url where you run Ninja. If you don't any text when clicking Test, there's no connection established between Ninja and Ninja Local Cloud, you probably did not click Allow the incoming connection, or check your network connection, try public network instead of DSA, disconnect from VPN, etc. 248. In the Ninja Local Cloud app, click on Advanced button, you should see an error that it ignores the url where you run Ninja. If you don't any text when clicking Test, there's no connection established between Ninja and Ninja Local Cloud, you probably did not click Allow the incoming connection.
289. Copy the URL in the error text, this is also the URL of where you run your Ninja build, something like http://localhost:9080 on Windows or http://yourmachinename.am.mot.com on Mac 259. Copy the ID from the URL in the error text.
2910. On Windows: 2610. On Windows:
30 Click Start menu icon and type regedit 27 Click Start menu icon and type regedit
31 Browse to HKEY_CURRENT_USER/Software/Motorola Mobility/Ninja Local Cloud/Options 28 Browse to HKEY_CURRENT_USER/Software/Motorola Mobility/Ninja Local Cloud/Options
32 Right click and select New > String value 29 Right click and select New > String value Type 'Local Ninja Origin' no quotes Double click on Local Ninja Origin and paste in the ID copied in step 9 in the Value data field. Close Registry Editor.
33 Type 'Local Ninja Origin' no quotes
34 Double click on Local Ninja Origin and paste in the URL copied in step 10 in the Value data field.
35 Close Registry Editor.
36
3711. On Mac: 3011. On Mac:
38 Launch Finder. 31 Launch Finder.
39 Double click on <yourusername>/Library/Preferences/com.MotorolaMobility.Ninja-Local-Cloud.plist 32 Double click on /Library/Preferences/com.MotorolaMobility.Ninja-Local-Cloud.plist
40 Click on Add Child 33 Click on Add Child Type 'Local Ninja Origin' no quotes For value, paste in the URL copied in step 9. Save (File > Save or Cmd S) Close Property List Editor
41 Type 'Local Ninja Origin' no quotes
42 For value, paste in the URL copied in step 10.
43 Save (File > Save or Cmd S)
44 Close Property List Editor
4512. Quit Ninja Local Cloud 3412. Quit Ninja Local Cloud
4613. Launch Ninja Local Cloud 3513. Launch Ninja Local Cloud
4714. In Ninja, click Test again, you should see the green text that said "Connected to Ninja Local Cloud". 3614. In Ninja, click Test again, you should see the green text that said "Connected to Ninja Local Cloud".
@@ -50,3 +39,4 @@ If you're already familiar with using Git, GitHub, and how to configure a local
50 39
51###Setup and Run Ninja as a packaged application 40###Setup and Run Ninja as a packaged application
52 41
42Coming soon... \ No newline at end of file