Skip to content
forked from BugRoger/cookbooks

Chef cookbooks I use for Rails deployment and development.

Notifications You must be signed in to change notification settings

pearj/cookbooks

 
 

Repository files navigation

My Ruby 1.9.2, Passenger/Nginx stack.

My roles:

  tasty-ruby-stack:
    role[basic-box]
    recipe[rvm::ruby_192]
    recipe[passenger::install]

  basic-box:
    recipe[build-essential::default]
    recipe[chef::bootstrap_client]
    recipe[chef::client]

I also have roles depending on tasty-ruby-stack, which 
deploy my apps from github repos and configure nginx
vhosts, workers, etc. YMMV.

About

Chef cookbooks I use for Rails deployment and development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 99.2%
  • Other 0.8%