Skip to content

maximedevalland/vagrant-configs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

How Vagrant works ?

Vagrant is like an enhanced command line interface for VirtualBox. You have a vagrant directory for each of your VMs containing a configuration File. You will need to run all your vagrant commands from this directory. This directory will only contain the configuration. VMs will be located in your VirtualBox directory. The magic happens when you use chef-client in your Vagrantfile to install packages automatically in your VM.

Make sure you have installed Virtualbox : https://www.virtualbox.org/wiki/Downloads

Installation

mkdir ~/vagrant
  • Create a directory specific for a VM, for ex :
mkdir ~/vagrant/chef-server
  • Initialize vagrant in its directory
cd ~/vagrant/chef-server
vagrant init
vagrant box add precise32 http://files.vagrantup.com/precise32.box
vagrant up

About

Some Vagrantfile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published