Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/banzaiman/ey-cloud-recipes
A starter repo for custom chef recipes on EY's cloud platform
https://github.com/banzaiman/ey-cloud-recipes
Last synced: 9 days ago
JSON representation
A starter repo for custom chef recipes on EY's cloud platform
- Host: GitHub
- URL: https://github.com/banzaiman/ey-cloud-recipes
- Owner: BanzaiMan
- Created: 2010-06-09T21:05:44.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-03-07T02:38:09.000Z (almost 13 years ago)
- Last Synced: 2024-11-08T09:51:22.816Z (2 months ago)
- Language: Ruby
- Homepage: http://engineyard.com/solo
- Size: 604 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ey-cloud-recipes
===============
This is a repository of some basic recipes for EY-Cloud using chef to deploy, setup, and configure common tools for Rails applications.Installation
============Follow these steps to use custom deployment recipes with your applications.
* Install the engineyard gem:
$ gem install engineyard
* Add any custom recipes or tweaks to your copy of these recipes.
* Upload them with: `ey recipes upload -e ENV`, where ENV is the name of your environment in Engine Yard Cloud. This may be different than your Rails environment name.
* Once you have completed these steps, each rebuild will run the your
recipes after the default Engine Yard recipes have run. When you
update your recipes, just re-run `ey recipes upload -e ENV`.