Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 976 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 976 Bytes

DESCRIPTION

Builds a Ruby on Rails server upon a Vagrant VM. I use these few files to rapidly get a Rails app up and running without pollute my host config.

It provides rbenv installed for the system and the vagrant user, bundler gem ready, postgresql backend and Nginx as a webserver.

You can specify a rails app to be configured as the default nginx site in order to test right upon VM start through a vagrant port redirection.

REQUIREMENTS

BASIC USAGE

  1. Fetch the necessary provisionning recipes and start the VM:

     $ librarian-chef install
     $ vagrant up
    
  2. Go take one or two coffees

  3. Open your host browser to http://localhost:8080

DEMO

I recorded the boot and provisioning process of this VM on Shelr.tv.