Skip to content

Commit

Permalink
edit installation instructions to point only to github and to only pr…
Browse files Browse the repository at this point in the history
…ovide gem instructions
  • Loading branch information
jaggederest committed Oct 12, 2010
1 parent f68a85c commit f08a065
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.rdoc
Expand Up @@ -5,7 +5,7 @@ New Relic, Inc (http://www.newrelic.com). RPM provides you with deep
information about the performance of your Ruby on Rails or Merb
application as it runs in production. The New Relic Agent is
dual-purposed as a either a Rails plugin or a Gem, hosted on
github[http://github.com/newrelic/rpm/tree/master] and Rubyforge.
github[http://github.com/newrelic/rpm/tree/master].

The New Relic Agent runs in one of two modes:

Expand Down Expand Up @@ -60,12 +60,17 @@ and then in a <tt>~/.newrelic</tt> directory

=== Rails Installation

You can install the agent as a plug-in or a Gem. To install the agent
as a Rails plug-in, do the following:
You can install the agent as a Gem:

script/plugin install http://newrelic.rubyforge.org/svn/newrelic_rpm
For Bundler:

Add the following line to your Gemfile:

gem 'newrelic_rpm'

For Rails 2.x without Bundler:

If using the Agent as a gem, edit +environment.rb+ and add to the initalizer block:
edit +environment.rb+ and add to the initalizer block:

config.gem "newrelic_rpm"

Expand Down

0 comments on commit f08a065

Please sign in to comment.