Last active
August 30, 2017 19:25
-
-
Save mfdj/0a3a031ce973e1f31260d48dd709e063 to your computer and use it in GitHub Desktop.
Revisions
-
mfdj revised this gist
Aug 30, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ # Grabbed archive from https://download.newrelic.com/php_agent/release/ and decompressed gzip -dc newrelic-php*.tar.gz | tar xf - cd newrelic-php*/ # manually edited newrelic-install to not use sudo because it's contrary to how Homebrew (and thus most of my system) behaves -
mfdj renamed this gist
Aug 30, 2017 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
mfdj created this gist
Aug 29, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ # Grabbed archive from https://download.newrelic.com/php_agent/release/ and decompressed gzip -dc newrelic-php*.tar.gz | tar xf - cd newrelic-php* # manually edited newrelic-install to not use sudo because it's contrary to how Homebrew (and thus most of my system) behaves # Homebrew'd PHP doesn't use PHP's typical extensions folder so I created it manually (note path is dependent on php version) mkdir -p /usr/local/Cellar/php70/7.0.17_9/lib/php/extensions/no-debug-non-zts-20151012 # run install script with custom paths (since /usr/bin is not writeable because of macOS "system integrity protection") NR_INSTALL_INITFILE=/usr/local/bin/newrelic-daemon-service NR_INSTALL_DAEMONPATH=/usr/local/bin/newrelic-daemon ./newrelic-install