readme modifications, removed copyrights, fixed issue with install update test

This commit is contained in:
kg422
2015-08-24 18:21:26 -07:00
parent b6a9e1ba9d
commit cb5e8a2677
8 changed files with 86 additions and 48 deletions

View File

@@ -10,7 +10,16 @@ Running the Example
* Start the CodePush server with `gulp serve`, after installing the prerequisites described in the [project readme](https://github.com/Microsoft/hybrid-mobile-deploy/blob/master/README.md)
* From the root of this project, run `npm install`
* `cd` into `Examples/CodePushDemoApp`
* Open `index.ios.js` and add a deployment key (generate one using the UI at http://localhost:4000/)
* From this demo app folder, run `npm install`
* Open `Info.plist` and fill in the values for CodePushDeploymentKey and CodePushServerUrl
* Run `npm start` to launch the packager
* Open `CodePushDemoApp.xcodeproj` in Xcode
* Launch the project
Running Tests
---
* Open `CodePushDemoApp.xcodeproj` in Xcode
* Navigate to the test explorer (small grey diamond near top left)
* Click on the 'play' button next to CodePushDemoAppTests
* After the tests are completed, green ticks should appear next to the test cases to indicate success