A Ruby on Rails Vagrant box with all the software you need to start developing applications.
- Ubuntu 12.04
- Ruby on Rails 4.1.1
- Node.js
- Ruby 2.0.0-p353
- Postgresql
- Redis
- Git
- Install Virtualbox
- Install Vagrant
- Copy Vagrantfile and Cheffile to your project by downloading or cloning using Git
- Run
gem install librarian-chef
- Run
librarian-chef install
to use librarian to download the required Chef cookbooks - Run
vagrant up
to provision your Vagrant box with the included software. This may take a while, but when finished your Ruby on Rails development environment will be ready for use. - Run
vagrant ssh
to access your Vagrant box
- The Vagrantfile sets up a Postgres user called
postgres
with the passwordpassword
. Use this information whenever you have to connect to your database.
- I encourage any pull requests or issue reports. I'll more than likely accept anything that improves the project.