Skip to main content

Cordova

As part of the installation process, for NetBeans, git is installed.

git needs to have the proxy settings to be configured properly before it is functional.

Use below command to setup the proxy

git config --global http.proxy http://<ip>:<port>
When integrating with ionic using the below command to download ionic

npm install -g ionic

To start an ionic app, use command

ionic start <AppFolder>

If you are behind a proxy you need to set the PROXY environment variable as below

set PROXY=http://<ip>:<port>

Below is a good tutorial for building a cordova-ionic app

https://www.youtube.com/watch?v=sCnGSOaaZFo

Tutorial for ionic apps using jax-rs

http://ccoenraets.github.io/ionic-tutorial/create-angular-service.html

Tutorial for Angular JS

https://docs.angularjs.org/tutorial/step_11
http://www.toptal.com/angular-js/a-step-by-step-guide-to-your-first-angularjs-app

Comments

Popular posts from this blog

OracleJet Grunt Build Fails with Could not resolve com.android.tools.build:gradle:2.1.0.

While doing a grunt build of a oraclejet project in NetBeans, I was getting the below error. To resolve this, added systemProp.https.proxyHost=<proxy host=""> systemProp.https.proxyPort=<proxy host="" port=""> to gradle.properties in <user home="">/.gradle/ directory "D:\Program Files\nodejs\grunt.cmd" "oraclejet-build" Running "oraclejet-build" task Oracle JET Grunt plugin Processing Grunt command... [Warning] Missing platform. Default to android. Theme Name:Platform - alta:android Theme Version - 2.1.0 cleaning staging path..... copy files to staging directory..... copy finished... compiling sass.... sass compile skipped... running theme copy task..... theme copy finished... running theme injection task..... indexHtml theme path injection finished.. injecting index.html with cordova script... running injection task..... mainJs paths injection...