Skip to content

Instantly share code, notes, and snippets.

@grantmichaels
Created November 7, 2009 07:09
Show Gist options
  • Save grantmichaels/228580 to your computer and use it in GitHub Desktop.
Save grantmichaels/228580 to your computer and use it in GitHub Desktop.
c-98-219-118-149:plumbingholes.com grantmichaels$ sudo gem install rest-client aws-s3
Password:
Successfully installed rest-client-1.0.3
Successfully installed xml-simple-1.0.12
Successfully installed aws-s3-0.6.2
3 gems installed
c-98-219-118-149:plumbingholes.com grantmichaels$ sudo gem install ey-flex --source http://gems.engineyard.com
Building native extensions. This could take a while...
Building native extensions. This could take a while...
Successfully installed right_http_connection-1.2.4
Successfully installed right_aws-1.10.0
Successfully installed eventmachine-0.12.8
Successfully installed igrigorik-em-http-request-0.1.8
Successfully installed ey-flex-0.3.4
5 gems installed
c-98-219-118-149:plumbingholes.com grantmichaels$ ey-recipes --upload plumbingholescom_production
/Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `gem_original_require': no such file to load -- dbi (LoadError)
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `require'
from /Library/Ruby/Gems/1.8/gems/ey-flex-0.3.4/bin/../lib/ey-flex.rb:13
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `require'
from /Library/Ruby/Gems/1.8/gems/ey-flex-0.3.4/bin/ey-recipes:3
from /usr/bin/ey-recipes:19:in `load'
from /usr/bin/ey-recipes:19
c-98-219-118-149:plumbingholes.com grantmichaels$ gem install dbi
WARNING: Installing to ~/.gem since /Library/Ruby/Gems/1.8 and
/usr/bin aren't both writable.
WARNING: You don't have /Users/grantmichaels/.gem/ruby/1.8/bin in your PATH,
gem executables will not run.
^CERROR: Interrupted
c-98-219-118-149:plumbingholes.com grantmichaels$ sudo !!
sudo gem install dbi
Password:
Successfully installed dbi-0.4.3
1 gem installed
c-98-219-118-149:plumbingholes.com grantmichaels$ ey-recipes --upload plumbingholescom_production
You need to have an ~/.ey-cloud.yml file with your credentials in it to use this tool.
Or point it at a yaml file with -c path/to/ey-cloud.yml
c-98-219-118-149:plumbingholes.com grantmichaels$ mv /Users/grantmichaels/ey-cloud.yml /Users/grantmichaels/.ey-cloud.yml
c-98-219-118-149:plumbingholes.com grantmichaels$ ey-recipes --upload plumbingholescom_production
successful upload: 2009-11-07T02-01-45.recipes.tgz
c-98-219-118-149:plumbingholes.com grantmichaels$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment