Creation du HowtoNewRelic

This commit is contained in:
Benoît S. 2016-10-10 10:11:09 +02:00
parent 3816b3c659
commit 7a35d549a6

16
HowtoNewRelic.md Normal file
View file

@ -0,0 +1,16 @@
---
title: Howto New Relic
---
# Installer l'agent PHP
Doc officielle : <https://docs.newrelic.com/docs/agents/php-agent>
```
# echo 'deb http://apt.newrelic.com/debian/ newrelic non-free' > /etc/apt/sources.list.d/newrelic.list
# wget -O - https://download.newrelic.com/548C16BF.gpg | apt-key add -
# apt update
# apt install install newrelic-php5
```https://wiki.evolix.org/HowtoNewRelic
Debconf vous demandera la clé de license à mettre. On pourra aussi la mettre à la main dans `/etc/php5/mods-available/newrelic.ini`.