Skip to content

johnykov/vagrant-fabric

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fabtool Vagrant Boxes

This is a Vagrant configuration for a given box with essential tools. The operating system is a Ubuntu 12.04 precise x64 image. Default vagrant VM box configuration takes 384 Mb of Ram and 2 cpu cores. Storage space is (as I suppose) adequate to you disk space or something.

Requirements

Obviously... Vagrant and Oracle VirtualBox.

You will need the awesome Fabric and Fabtools to provision the box:

pip install fabric
pip install fabtools

Running the box

You can start the box using the usual Vagrant up command:

vagrant up

The next steps are obviously to provision it with Fabric, then log in:

fab vagrant provision
vagrant ssh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published