Skip to content

Fernan2/ey-cloud-recipes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

291 Commits
 
 
 
 
 
 
 
 

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.

  • Install the engineyard gem: $ gem install engineyard

Ejecutado "gem install engineyard" en local

  • Add any custom recipes or tweaks to your copy of these recipes.

Modificamos eybackup_slave

  • 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.

cd ey-cloud-recipes

ey recipes upload -e verema001

  • 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.

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

 
 
 

Contributors

Languages

  • Ruby 98.2%
  • Shell 1.8%