Vagrant

From Wildsong
Revision as of 06:20, 23 December 2015 by Brian Wilson (talk | contribs)
Jump to navigationJump to search

"Vagrant" is a system for managing virtual machines

http://vagrantup.com/

You set up a config file that sets up the vm, including installing packages and configuration settings.

As an example I am setting up a virtual machine to run Xastir under Parallels on my Mac.

cd Projects
mkdir xastir
vagrant init parallels/ubuntu-12.04
vagrant up --provider=parallels 

Downloading the Ubuntu ISO image takes 15 minutes on a reasonably fast connection When it's done you can connect with

vagrant ssh

Vastra development machine

cd Projects
cd vastra-debian
vagrant init parallels/debian-8.2
vagrant up --provider=parallels
vagrant ssh