ey-cloud-recipes

所属分类:云计算
开发工具:Ruby
文件大小:27KB
下载次数:0
上传日期:2009-10-29 20:41:24
上 传 者sh-1993
说明:  安永云平台上定制厨师食谱的入门回购
(A starter repo for custom chef recipes on EY s cloud platform)

文件列表:
Rakefile (1338, 2009-10-30)
cookbooks (0, 2009-10-30)
cookbooks\couchdb (0, 2009-10-30)
cookbooks\couchdb\files (0, 2009-10-30)
cookbooks\couchdb\files\default (0, 2009-10-30)
cookbooks\couchdb\files\default\couchdb (3189, 2009-10-30)
cookbooks\couchdb\recipes (0, 2009-10-30)
cookbooks\couchdb\recipes\default.rb (1202, 2009-10-30)
cookbooks\couchdb\templates (0, 2009-10-30)
cookbooks\couchdb\templates\default (0, 2009-10-30)
cookbooks\couchdb\templates\default\couch.ini.erb (338, 2009-10-30)
cookbooks\jruby (0, 2009-10-30)
cookbooks\jruby\recipes (0, 2009-10-30)
cookbooks\jruby\recipes\default.rb (3231, 2009-10-30)
cookbooks\jruby\templates (0, 2009-10-30)
cookbooks\jruby\templates\default (0, 2009-10-30)
cookbooks\jruby\templates\default\glassfish.monitrc.erb (229, 2009-10-30)
cookbooks\jruby\templates\default\glassfish.yml.erb (3656, 2009-10-30)
cookbooks\jruby\templates\default\init.d-glassfish.erb (1314, 2009-10-30)
cookbooks\main (0, 2009-10-30)
cookbooks\main\attributes (0, 2009-10-30)
cookbooks\main\attributes\recipe.rb (111, 2009-10-30)
cookbooks\main\libraries (0, 2009-10-30)
cookbooks\main\libraries\run_for_app.rb (246, 2009-10-30)
cookbooks\main\recipes (0, 2009-10-30)
cookbooks\main\recipes\default.rb (522, 2009-10-30)
cookbooks\mbari-ruby (0, 2009-10-30)
cookbooks\mbari-ruby\recipes (0, 2009-10-30)
cookbooks\mbari-ruby\recipes\default.rb (760, 2009-10-30)
cookbooks\memcached (0, 2009-10-30)
cookbooks\memcached\recipes (0, 2009-10-30)
cookbooks\memcached\recipes\default.rb (675, 2009-10-30)
cookbooks\memcached\templates (0, 2009-10-30)
cookbooks\memcached\templates\default (0, 2009-10-30)
cookbooks\memcached\templates\default\memcached.erb (847, 2009-10-30)
cookbooks\memcached\templates\default\memcached.yml.erb (554, 2009-10-30)
cookbooks\postgres (0, 2009-10-30)
... ...

ey-cloud-recipes ================ This is a collection of useful Chef recipes for use with Engine Yard's Cloud services. This will give you a brief overview of what you'll find in this repository and how to use it. Look for individual README files in each cookbook for more information on how that particular piece works. Installation ============ Follow these steps to use custom deployment recipes with your applications: * Download your ey-cloud.yml file from your EY Cloud [Extras][ey-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
* Add any custom recipes or tweaks 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 EY 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. Activating cookbooks ==================== In order to activate a cookbook, whether it is a custom-made one you wrote or one included with the project, you have to mark it for use in `cookbooks/main/recipes/default.rb`. If a cookbook is not explicitly loaded in that file it is merely sitting in the repository, and will *never* get run. Included cookbooks ================== The following cookbooks are included in the current version of ey-cloud-recipes: * couchdb * jruby * mbari-ruby * memcached -- _for customizing your memcached setup beyond the typical setup provided by EY Cloud_ * postgresql * thinking_sphinx * ultrasphinx Please note that these cookbooks are provided on a completely unsupported, best-effort basis. They may break at any time and they may allow you to install programs that we will not provide any support for. While we believe them to be safe and useful the ultimate responsibility for making sure that these recipes work on your setup lies with you. [ey-extras]: https://cloud.engineyard.com/extras

近期下载者

相关文件


收藏者