Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brodock/old-cookbooks
Chef cookbooks
https://github.com/brodock/old-cookbooks
Last synced: about 1 month ago
JSON representation
Chef cookbooks
- Host: GitHub
- URL: https://github.com/brodock/old-cookbooks
- Owner: brodock
- Created: 2012-05-08T22:20:26.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-18T11:40:19.000Z (over 11 years ago)
- Last Synced: 2023-04-13T14:04:26.944Z (over 1 year ago)
- Language: Ruby
- Size: 191 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is My Cookbooks focused on configuring and deploying
applications on Ubuntu Linux 12.04 LTSFor Ruby on Rails applications I've decided to use RVM to be able to easily
update Ruby versions when needed and also to help isolate using gemsets,
older applications that doesn't use Bundler yet.For web servers, nginx is my prefered choice as it's faster then any other,
lightweight and powerfull enought for all my needs.To deploy and manage Ruby on Rails application I decided to stay with Passenger
until I find that anything Unicorn or similars offers are a must for a project.