Skip to content

Commit

Permalink
Merge pull request #7157 from kaylareopelle/patch-1
Browse files Browse the repository at this point in the history
Change installation step order
  • Loading branch information
x8a committed Apr 19, 2022
2 parents 3fde6e5 + 11acdb4 commit 5a5ec65
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,22 +55,22 @@ To install the infrastructure monitoring agent, follow the step-by-step instruct
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```

3. Create the configuration file and add your [license key](/docs/accounts-partnerships/accounts/account-setup/license-key/):
3. Then, open the terminal and run the following command:

```
echo "license_key: YOUR_LICENSE_KEY" | sudo tee -a /usr/local/etc/newrelic-infra/newrelic-infra.yml
brew install newrelic/tap/newrelic-infra-agent -q
```

4. Then, open the terminal and run the following command:
4. Start the infrastructure agent service:

```
brew install newrelic/tap/newrelic-infra-agent -q
brew services start newrelic-infra-agent
```

5. Start the infrastructure agent service:
5. Create the configuration file and add your [license key](/docs/accounts-partnerships/accounts/account-setup/license-key/):

```
brew services start newrelic-infra-agent
echo "license_key: YOUR_LICENSE_KEY" | sudo tee -a /usr/local/etc/newrelic-infra/newrelic-infra.yml
```
</Collapser>
</CollapserGroup>
Expand Down

0 comments on commit 5a5ec65

Please sign in to comment.