Skip to content
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.

Latest commit

 

History

History
42 lines (32 loc) · 1.53 KB

README.md

File metadata and controls

42 lines (32 loc) · 1.53 KB

Vagrant 1.2+ base box for working with Rails

Features:

Building the box

gem install librarian-puppet
rake rebuild

By default it will create a box for the default Vagrant provider set from VAGRANT_DEFAULT_PROVIDER or VirtualBox which is Vagrant's default. In case you want to build the box for a different provider, you can prepend PROVIDER=lxc to rake rebuild.

This will output a box file to the project root that you can add to vagrant with vagrant box add.

Please note that it takes ~20 minutes to rebuild the VM on my laptop using a 15mb connection, so go grab a coffee while it runs ;)

Pre packaged boxes

I keep the latest vagrant-lxc and VirtualBox versions of the box on a public folder at my dropbox account, feel free to use it:

vagrant box add quantal64-rails http://dl.dropbox.com/u/13510779/lxc-quantal64-rails-2013-07-13.box
vagrant box add quantal64-rails http://dl.dropbox.com/u/13510779/virtualbox-quantal64-rails-2013-07-15.box