Both sides previous revisionPrevious revisionNext revision | Previous revision |
howto:install_ionic_framework [2014/05/15 17:33] – yehuda | howto:install_ionic_framework [2022/01/03 16:03] (current) – external edit 127.0.0.1 |
---|
| |
- Install [[http://msysgit.github.io/|msysgit]] - You should select option "Use git from Windows command prompt" {{ :howto:git-use-from-command.png?300 |}} | - Install [[http://msysgit.github.io/|msysgit]] - You should select option "Use git from Windows command prompt" {{ :howto:git-use-from-command.png?300 |}} |
- Install [[http://nodejs.org/|Node.js]] | - Install [[http://nodejs.org/|Node.js]] {{ :howto:nodejs-site.png?200 |}} |
- Install [[http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html|JDK]] | - Install [[http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html|JDK]] |
- Download [[http://ant.apache.org/bindownload.cgi|ANT]] | - Download [[http://ant.apache.org/bindownload.cgi|ANT]] |
- Add system varibole "JAVA_HOME" to ...where youv installed jdk.. ( [[http://www.wikihow.com/Set-Java-Home|How to set Java_Home]] ) | - Add system varibole "JAVA_HOME" to ...where youv installed jdk.. ( [[http://www.wikihow.com/Set-Java-Home|How to set Java_Home]] ) |
- Extract bundle to c:\development\bundle-adt.....zip (you can use for extraction [[http://www.7-zip.org/|7-zip]]) | - Extract bundle to c:\development\bundle-adt.....zip (you can use for extraction [[http://www.7-zip.org/|7-zip]]) |
- Rename it to c:\android\bundle | - Rename it to c:\development\bundle-adt |
- Add to PATH variable ";c:\development\bundle-adt\sdk\platform-tools;c:\development\bundle-adt\sdk\tools;c:\development\ant\bin;%JAVA_HOME%\bin" | - Add to PATH variable ";c:\development\bundle-adt\sdk\platform-tools;c:\development\bundle-adt\sdk\tools;c:\development\ant\bin;%JAVA_HOME%\bin" |
- click start -> run -> cmd | - click start -> run -> cmd |
- go to "C:\android\bundle" | |
- execute "npm install -g cordova ionic" | - execute "npm install -g cordova ionic" |
| - go to "C:\android\bundle-adt" |
- run "SDK Manager" | - run "SDK Manager" |
- go to Tools menu -> Manage AVDs | - go to Tools menu -> Manage AVDs |