Skip to content

stanma/vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

#Vagrant Simple example of files needed to add to the project to use Vagrant in it. Vagrant is a software to create and configure lightweight, reproducible and portable development environments.

#Structure

  • Linux
    • Vagrantfile
    • bootstrap.sh
  • Windows
    • Vagrantfile
    • bootstrap.cmd

#Usage ##Important - this configuration requires vagrant 1.6 or higher First you need to install Vagrant and VirtualBox (you can use other VM but in this example I use Virtualbox):

use https://www.vagrantup.com/downloads.html + https://www.virtualbox.org/wiki/Downloads

Next - you'll need to add files to your project from coresponding folder, depending on which platform you want your guest (Linux or Windows).

At the end run:

$ vagrant up

and make youself coffee, this can take a while.

About

Basic example of Vagrant usage in your project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published