CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Tue, 05 Aug 2025 05:25:38 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100705150633
location: https://web.archive.org/web/20100705150633/https://github.com/railsdog/ey-cloud-recipes
server-timing: captures_list;dur=0.861801, exclusion.robots;dur=0.026608, exclusion.robots.policy;dur=0.011779, esindex;dur=0.014082, cdx.remote;dur=24.549969, LoadShardBlock;dur=553.569842, PetaboxLoader3.datanode;dur=247.375956, PetaboxLoader3.resolve;dur=174.517429
x-app-server: wwwb-app213
x-ts: 302
x-tr: 657
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app213; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Tue, 05 Aug 2025 05:25:39 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Mon, 05 Jul 2010 15:06:32 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "cc66124aeec2aa12b73c3c2d86e4c6c4"
x-archive-orig-x-runtime: 1031ms
x-archive-orig-content-length: 20295
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Mon, 05 Jul 2010 15:06:33 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Mon, 05 Jul 2010 15:06:33 GMT", ; rel="memento"; datetime="Mon, 05 Jul 2010 15:06:33 GMT", ; rel="next memento"; datetime="Wed, 07 Jul 2010 00:36:42 GMT", ; rel="last memento"; datetime="Tue, 08 Dec 2020 20:16:19 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_16_20100705125452_crawl100_IndexOnly-c/51_16_20100705150516_crawl101.arc.gz
server-timing: captures_list;dur=0.534579, exclusion.robots;dur=0.019504, exclusion.robots.policy;dur=0.010151, esindex;dur=0.011688, cdx.remote;dur=9.797731, LoadShardBlock;dur=210.788222, PetaboxLoader3.datanode;dur=124.454204, PetaboxLoader3.resolve;dur=209.920447, load_resource;dur=154.137932
x-app-server: wwwb-app213
x-ts: 200
x-tr: 438
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
railsdog's ey-cloud-recipes at master - GitHub
railsdog / ey-cloud-recipes forked from subpoprecords/ey-cloud-recipes
- Source
- Commits
- Network (432)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
name | age | message | |
---|---|---|---|
![]() |
README.md | Mon Sep 21 16:21:01 -0700 2009 | adding readme [Christopher Stolt] |
![]() |
Rakefile | Sun Feb 22 20:49:09 -0800 2009 | added couchdb cookbook [ezmobius] |
![]() |
cookbooks/ | Loading commit data... ![]() |
README.md
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 https://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.