Skip to content

Instantly share code, notes, and snippets.

@debianmaster
Last active August 29, 2015 14:08
Show Gist options
  • Save debianmaster/1670aaf9fb1f0396b5d9 to your computer and use it in GitHub Desktop.
Save debianmaster/1670aaf9fb1f0396b5d9 to your computer and use it in GitHub Desktop.
Phonegap - nodejs setup
## Prerequisites :--
### Install nodejs
http://nodejs.org/dist/v0.10.33/x64/node-v0.10.33-x64.msi
### Install phonegap and ionic
npm install phonegap ionic -g
### Install android sdk (optional)
https://developer.android.com/sdk/installing/index.html?pkg=tools
#### set Path to sdk (optional)
set ANDROID_HOME=C:\Users\cjonagam\AppData\Local\Android\android-studio\sdk\
set PATH=%PATH%;%ANDROID_HOME%\tools;%ANDROID_HOME%\platform-tools
### Download ANT (optional)
http://ant.apache.org/bindownload.cgi -- extract and set path to bin
set PATH=%PATH%;C:\Users\cjonagam\Downloads\apache-ant-1.9.4-bin\apache-ant-1.9.4\bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment