Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Grant Speelman committed Jul 11, 2013
1 parent ab4a871 commit 3f4b5d2
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## Example Agent Install
### Instructions for running the Puma agent

1. Download the latest tagged version from `https://github.com/newrelic-platform/newrelic_example_plugin/tags`
2. Extract to the location you want to run the example agent from
3. Copy `config/template_newrelic_plugin.yml` to `config/newrelic_plugin.yml`
4. Edit `config/newrelic_plugin.yml` and replace "YOUR_LICENSE_KEY_HERE" with your New Relic license key
5. Create a plugin in New Relic
6. Edit `newrelic_example_agent` and replace "PUT YOUR GUID HERE" with the GUID that was generated when you created the plugin
7. run `./newrelic_example_agent`
1. Go to <a href="https://github.com/unboxed/newrelic_puma_plugin/tags" target="_blank">the tags list</a> and find the latest archive.
2. Download and extract the source
3. Run `bundle install`
4. Copy `config/template_newrelic_plugin.yml` and rename file `config/newrelic_plugin.yml`
5. Replace "YOUR_LICENSE_KEY_HERE" with your New Relic license key
6. Set the location of the puma state file in `config/newrelic_plugin.yml`
7. Execute `./newrelic_puma_agent`
8. Go back to the Plugins list, and after a brief period you will see an entry for the Puma plugin

0 comments on commit 3f4b5d2

Please sign in to comment.