Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 676 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 676 Bytes

alwaysdata-utils

Scripts to install nodejs, newrelic, ..., on alwaysdata servers

Install NewRelic

$ curl -L https://raw.github.com/antistatique/alwaysdata-utils/master/ad_newrelic_install.sh | bash

Overlapping application name

Symfony

Update your app/config/parameters.yml:

newrelic.application_name: 'App'

Drupal

Update your sites/default/settings.php:

if (extension_loaded('newrelic')) {
  newrelic_set_appname('App');
}

Install Nodejs and NPM

$ curl -L https://raw.githubusercontent.com/antistatique/alwaysdata-utils/master/ad_node_install.sh | bash