Aktionen
Install vagrant¶
Requirements¶
To install unison you will need the following:- a installed and supported operating system (e.g. CentOS 7.x)
- root-access
- access to https://releases.hashicorp.com
- a fast internet connection
Preliminary note¶
you may consult the official homepage- [[https://www.vagrantup.com/]]
and have a look for CentOS-boxes at - [[https://seven.centos.org/2016/10/updated-centos-vagrant-images-available-v1609-01/]]
installation method via rubygems is depreciated as described in [[https://www.vagrantup.com/docs/installation/]]
this is reflected in the latest changes of this document
Install¶
As of 2016-10-18 vagrant isn't listed in any CentOS-7 repository we download the rpm directly from the homepage and install it via yum
download the latest rpm (as of 2016-10-18 version 1.8.6)
cd ~
wget https://releases.hashicorp.com/vagrant/1.8.6/vagrant_1.8.6_x86_64.rpm
yum install ~/vagrant_1.8.6_x86_64.rpm
Test Vagrant¶
vagrant up
Von Jeremias Keihsler vor fast 8 Jahren aktualisiert · 1 Revisionen