Last active
December 29, 2015 09:49
-
-
Save shafi-codez/7652649 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# http://docs.vagrantup.com/v2/plugins/index.html | |
vagrant box add precise32 http://files.vagrantup.com/precise32.box | |
vagrant box add squeeze64 http://dl.dropbox.com/u/937870/VMs/squeeze64.box | |
Vagrant.configure("2") do |config| | |
config.vm.box = "squeeze64" | |
end | |
set VBOX_INSTALL_PATH="C:\Program Files\Oracle\VirtualBox\" | |
# Debian : to get IP addr | |
/sbin/ifconfig |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment