Skip to content

ugifractal/ey-cloud-recipes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

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.

  • Download your ey-cloud.yml file from your EY Cloud Extras page and put it in your HOME directory ~/.ey-cloud.yml
  • Install the required gems: sudo gem install rest-client aws-s3 sudo gem install ey-flex --source http://gems.engineyard.com # make sure you are using the lastest version
  • Add any custom recipes or tweeks to the base recipes of your own and commit them to HEAD.
  • Upload them with: ey-recipes --upload 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 deployment will run the latest version of your recipes after the default Engine Yard recipes have run. When you update your recipes, just re-run the ey-recipes --upload ENV task.

About

A starter repo for custom chef recipes on EY's cloud platform. These are for reference, and do not indicate a supported status.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%