Skip to content

Commit

Permalink
Should require AWS not EC2
Browse files Browse the repository at this point in the history
  • Loading branch information
grempe committed Nov 1, 2009
1 parent 5496767 commit 7a9322b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.rdoc
Expand Up @@ -87,10 +87,9 @@ The 'ec2sh' and 'ec2-gem-example.rb' scripts which will be introduced to you sho

Edit the file ~/.bash_login and add the following to the existing contents:

# OPTIONAL : Why 'export RUBYOPT'? Because we leave loading libs up to you... See : http://gist.github.com/54177
export RUBYOPT="rubygems"

Why 'export RUBYOPT'? Because we leave loading libs up to you... See : http://gist.github.com/54177

# For amazon-ec2 and amazon s3 ruby gems
export AMAZON_ACCESS_KEY_ID="YOUR_ACCESS_KEY_ID"
export AMAZON_SECRET_ACCESS_KEY="YOUR_SECRET_ACCESS_KEY_ID"
Expand Down Expand Up @@ -201,7 +200,7 @@ Try out the following bit of code. This should walk through each image returned
Rails::Initializer.run do |config|
...
# INSERT THIS LINE IN YOUR CONFIG
config.gem "amazon-ec2", :lib => "EC2"
config.gem "amazon-ec2", :lib => "AWS"
...
end

Expand Down

0 comments on commit 7a9322b

Please sign in to comment.