SQR-002: Binary Science Pipeline Software Distribution

  • Joshua Hoblitt

Latest Revision: 2015-11-17

Installing Vagrant

Official binary vagrant packages for several platforms are available from https://www.vagrantup.com/downloads

Cut’n’paste for OSX

wget https://dl.bintray.com/mitchellh/vagrant/vagrant_1.7.4.dmg
hdiutil mount vagrant_1.7.4.dmg
sudo installer -package /Volumes/Vagrant/Vagrant.pkg -target /
hdiutil unmount /Volumes/Vagrant
rm vagrant_1.7.4.dmg

If you use Homebrew, you might want to install the Cask instead:

# Install cask, if it's not already installed.
brew install caskroom/cask/brew-cask
# Install the Vagrant cask.
brew cask install vagrant

Cut’n’paste for EL

sudo yum install -y https://dl.bintray.com/mitchellh/vagrant/vagrant_1.7.4_x86_64.rpm