Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 484 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 484 Bytes

Vagrant Files and Scripts

This is a collection of Vagrantfiles and their cooresponding scripts.

How to use

Vagrantfiles

Create a new project folder on your system drive, then copy one of the .vf files from within the vagrant-files folder within this repository and rename the file Vagrantfile.

Start

Once the Vagrantfile is in your project folder, simply type:

vagrant up

This will start up Vagrant and provision according to the type of Vagrantfile chosen.