Advertisement
Javi

Phonegap: Vagrant con ionic

Dec 31st, 2014
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. #Instalar https://github.com/driftyco/ionic-box
  2. #vagrant up
  3. #vagrant ssh
  4.  
  5. cd ~
  6. sudo chmod -R 777 .android
  7. #192.168.56.101 es la ip del dispositivo genymotion en este caso
  8. adb connect 192.168.56.101
  9.  
  10. cd /vagrant
  11. cordova create demo
  12. cd demo
  13. cordova platform add android
  14. cordova run
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement