Skip to content

Commit

Permalink
making a note about calling rake gem:install if you are using rails 2…
Browse files Browse the repository at this point in the history
….1 and that :rubygems option isn't the only way to install gems
  • Loading branch information
Adam Greene committed Nov 2, 2008
1 parent f482755 commit 3ff0f57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/deploy.rb
Expand Up @@ -57,6 +57,8 @@
# Any extra RubyGems to install if desired: can be "gemname" or if a
# particular version is desired "gemname -v 1.0.1"
# If you don't want to install extra rubygems then remove this
# NOTE: if you are using rails 2.1, ec2onrails calls 'sudo rake gem:install',
# which will install gems defined in your rails configuration
:rubygems => ["rmagick", "rfacebook -v 0.9.7"],

# Defines the web proxy that will be used. Choices are :apache or :nginx
Expand Down

0 comments on commit 3ff0f57

Please sign in to comment.