Skip to content
This repository was archived by the owner on Jan 7, 2020. It is now read-only.

Latest commit

 

History

History
42 lines (30 loc) · 1.14 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.14 KB

#vagrant-rails

A Ubuntu 14.04 install aimed for Ruby on Rails development

This box start with a basic Ubuntu 14.04 (trusty) based on phusion/ubuntu-14.04-amd64 and it adds the following packages aimed for rails development

  • rbenv and ruby-build
  • ruby 2.1.4 with bundler
  • Git 1.9.1
  • Postgresql 9.3 and SQLite
  • Node.js
  • PhantomJs 1.9.7
  • Qt for Capybara Webkit
  • ImageMagick
  • Redis and Memcached

##Usage Just download Vagrantfile on the root folder on your app, and run vagrant from there

wget https://github.com/petercunning/vagrant-rails/raw/master/Vagrantfile
vagrant up
vagrant ssh

##VirtualBox Guest Additions Take the pain out of incorrect version

vagrant plugin install vagrant-vbguest

refer to https://github.com/dotless-de/vagrant-vbguest

If needed, you can customize config.vm.provision script according to your app specifics, in such case just run vagrant provision in order to reload all scripts.

You can run vagrant -h to see some handy vagrant commands

###Requirements It requires vagrant and virtualbox to be previously installed

Tested using Vagrant 1.6.2 and Virtualbox 4.3.10

###TODO Add chef/puppet equivalents