https://github.com/bugroger/cookbooks
Chef cookbooks I use for Rails deployment and development.
https://github.com/bugroger/cookbooks
Last synced: about 1 year ago
JSON representation
Chef cookbooks I use for Rails deployment and development.
- Host: GitHub
- URL: https://github.com/bugroger/cookbooks
- Owner: BugRoger
- Created: 2011-04-08T08:42:20.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-03-17T20:16:34.000Z (over 15 years ago)
- Last Synced: 2025-03-30T17:51:11.387Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 287 KB
- Stars: 1
- Watchers: 2
- Forks: 31
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
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.