Projekt

Allgemein

Profil

Aktionen

Install vagrant

Requirements

To install unison you will need the following:

Preliminary note

you may consult the official homepage

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 mehr als 7 Jahren aktualisiert · 1 Revisionen