GitXplorerGitXplorer
p

vagrant-rails-training-box

public
9 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
1e0da3a40f498dc44a86dd4d6325eb8904cfa559

Add reference for vendoring PostgreSQL

ppootsbook committed 12 years ago
Unverified
dc857cafafeb1d9cfdc1246a93866b0abb918912

Add PostgreSQL to the box

ppootsbook committed 12 years ago
Unverified
2bb08e9a253acfeb4c80315cab2e1240c8c3c82b

Change node.js from https to git, change to vendor

ppootsbook committed 12 years ago
Unverified
92ceb411a963fd9aaf0d2c2954bc7944a85ad9e0

Correctly reference Ubuntu Precise

ppootsbook committed 12 years ago
Unverified
48e597a958bce591d625e39dbd7e8682516daa75

Improve the flow

ppootsbook committed 12 years ago
Unverified
fe6126c0aaeac8e85e4bbbcbc62cce8989424cd7

Link to box and better setup instructions

ppootsbook committed 12 years ago

README

The README file for this repository.

Vagrant Box for Learning Ruby & Rails

Get yourself an Rails environment without tearing your hair out.

Download the Box

An Ubuntu 12.04 LTS (Precise Pangolin) 64-bit box was created for a Ruby & Rails for Developers Course on 26th July 2012.
Download the ~1GB box file

Build the Box

Requirements

  • Ruby (for Librarian)
  • VirtualBox (> 4.1.0) (for Vagrant)
  • Vagrant (> 1.0)

Setup

$ git clone git://github.com/pootsbook/vagrant-rails-training-box.git

$ cd vagrant-rails-training-box

$ mkdir cookbooks

$ gem install librarian

$ librarian-chef install

$ vagrant up

Acknowledgements

Thanks to @rosstimson, @jamesmills and especially @DanThiffault. See http://blog.119labs.com/2012/03/rails-vagrant-chef/ for inspiration.

References

http://stackoverflow.com/questions/9246786/how-can-i-get-chef-to-run-apt-get-update-before-running-other-recipes