Skip to content

bobmaerten/vagrant-rails-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 https://localhost:8080

DEMO

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

About

Fire up a rails server throught a vagrant VM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages