Skip to content

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

License

Notifications You must be signed in to change notification settings

antistatique/alwaysdata-utils

Repository files navigation

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

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages