In EasyEngine, running different parts of New Relic has been split into multiple containers.
As a user, you just have to get the New Relic Licence Key from it’s dashboard and add it in the .env
file for the site.
ee service enable newrelic-daemon
cat /opt/easyengine/sites/example.com/.env
NEWRELIC_LICENSE_KEY=MySuperSecretNewrelicKey
# Need to run disable and enable to activate NewRelic
cd /opt/easyengine/sites/example.com
ee site enable --force