Skip to content

MaksymSemenykhin/vagrant-cordova

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This box will contain

  1. JDK 8, Android-sdk, cordova-cli
  2. Proxyed usb ports to linux adb
  3. Synced folder './' => '/app' place where you can put your cordova project
  4. Synced folder './vagrant/provision' => '/image/provision' with all provisions, vagrant start up scripts
  5. Synced folder './vagrant/config' => '/image/config' with all configs

INSTALLATION REQUIREMENTS

  • GIT
  • VirtualBox
  • VirtualBox extension pack
  • Vagrant
  • Vagrant hostmanager pulugin
  • Vagrant proxyconf pulugin
  • console or terminal
  • 512 Memory
  • 1 Gb of free space
  • 10-15 minutes

INSTALLATION

  1. Install git
  2. Install VirtualBox - VirtualBox 5.x.xx platform packages - Windows hosts
  3. doanload and save on disk VirtualBox Extension Pack - VirtualBox 5.x.xx Oracle VM VirtualBox Extension Pack: Install instrisction - from part Install VirtualBox Extension Pack
  4. Install Vagrant - Windows x64 bit
  5. Install vagrant hostmanager pulugin
  6. Install vagrant proxyconf pulugin if you need to use proxy
  7. Create on C: or D: folder Virtual (as example D:/Virtual)
  8. Clone this repo content to folder Virtual and go to this folder.
  9. In Virtual folder copy ./vagrant/config/vagrant-local.example.yml as ./vagrant/config/vagrant-local.yml
  10. Setup proxy in system variables and restart your console. If needed.
  11. Take a short look at vagrant-local.yml settings if all ok (Use proxy or not, CPU, Memory, hostname, etc)
  12. Run cmd as Administrator & go to folder Virtual:
cd D:
cd Virtual
  1. Install Vagrant plugins:
vagrant plugin install vagrant-hostmanager
vagrant plugin install vagrant-proxyconf
  1. Start Android local env deploy
vagrant up
  1. Wait 10-15 min & check correct VM work:
vagrant global-status

About

Cordova ubuntu project for android builds

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages