[#146] Reorganize the nitrous.io section.

This commit is contained in:
Michael Brooks
2014-05-08 14:08:05 -07:00
parent 688ef42513
commit 6b10a46308
2 changed files with 15 additions and 18 deletions

View File

@@ -12,20 +12,27 @@
/www/spec.html
### Hack on Nitrous.IO
Get Set Up with the Phonegap Starter App on
[Nitrous.IO](https://www.nitrous.io) in a matter of seconds.
[![Hack phonegap/phonegap-start on
Nitrous.IO](https://d3o0mnbgv6k92a.cloudfront.net/assets/hack-l-v1-3cc067e71372f6045e1949af9d96095b.png)](https://www.nitrous.io/hack_button?source=embed&runtime=nodejs&repo=phonegap%2Fphonegap-start&file_to_open=README.nitrous.md)
### PhoneGap/Build
Create a new app with the following repository:
https://github.com/phonegap/phonegap-start.git
### Hack on nitrous.io with PhoneGap Build
Setup [nitrous.io](https://www.nitrous.io) in a matter of seconds:
[![Hack phonegap/phonegap-start on
Nitrous.IO](https://d3o0mnbgv6k92a.cloudfront.net/assets/hack-l-v1-3cc067e71372f6045e1949af9d96095b.png)](https://www.nitrous.io/hack_button?source=embed&runtime=nodejs&repo=phonegap%2Fphonegap-start&file_to_open=README.nitrous.md)
Then run the following commands in the nitrous.io terminal:
1. `cd ~/workspace/phonegap-start`
2. `npm install -g phonegap`
3. `phonegap remote build android`
The last command requires an Adobe ID and will build your app on PhoneGap Build.
## Updating the Application
The application is based on the [Apache Cordova Hello World][cordova-app] app.

View File

@@ -1,10 +0,0 @@
# Get Set Up on Nitrous.IO
Run the following commands in the terminal below:
1. `cd ~/workspace/phonegap-start`
2. `npm install -g phonegap`
3. `phonegap remote build android`
The last command requires an Adobe ID and will build your app on
Phonegap's remote build servers