From f25705d559ed88c1f127b80f47b42b7ce2e487bd Mon Sep 17 00:00:00 2001 From: Julien Fontanet Date: Mon, 14 Jan 2019 21:07:43 +0100 Subject: [PATCH] fix(plugins/README): link to the documentation (#3866) They cannot be installed from the npm repository. --- packages/xo-server-auth-github/README.md | 6 +----- packages/xo-server-auth-google/README.md | 6 +----- packages/xo-server-auth-ldap/README.md | 6 +----- packages/xo-server-auth-saml/README.md | 6 +----- packages/xo-server-backup-reports/README.md | 6 +----- packages/xo-server-cloud/README.md | 6 +----- packages/xo-server-load-balancer/README.md | 6 +----- packages/xo-server-perf-alert/README.md | 6 +----- packages/xo-server-transport-email/README.md | 6 +----- packages/xo-server-transport-nagios/README.md | 6 +----- packages/xo-server-transport-slack/README.md | 6 +----- packages/xo-server-transport-xmpp/README.md | 6 +----- packages/xo-server-usage-report/README.md | 6 +----- 13 files changed, 13 insertions(+), 65 deletions(-) diff --git a/packages/xo-server-auth-github/README.md b/packages/xo-server-auth-github/README.md index 98e80bbd4..4dfeaedc9 100644 --- a/packages/xo-server-auth-github/README.md +++ b/packages/xo-server-auth-github/README.md @@ -9,11 +9,7 @@ same identifier. ## Install -Installation of the [npm package](https://npmjs.org/package/xo-server-auth-github): - -``` -> npm install --global xo-server-auth-github -``` +For installing XO and the plugins from the sources, please take a look at [the documentation](https://xen-orchestra.com/docs/from_the_sources.html). ## Usage diff --git a/packages/xo-server-auth-google/README.md b/packages/xo-server-auth-google/README.md index 25c44dbe3..4e2805408 100644 --- a/packages/xo-server-auth-google/README.md +++ b/packages/xo-server-auth-google/README.md @@ -9,11 +9,7 @@ same identifier. ## Install -Installation of the [npm package](https://npmjs.org/package/xo-server-auth-google): - -``` -> npm install --global xo-server-auth-google -``` +For installing XO and the plugins from the sources, please take a look at [the documentation](https://xen-orchestra.com/docs/from_the_sources.html). ## Usage diff --git a/packages/xo-server-auth-ldap/README.md b/packages/xo-server-auth-ldap/README.md index eb816d36e..4ebdf81a5 100644 --- a/packages/xo-server-auth-ldap/README.md +++ b/packages/xo-server-auth-ldap/README.md @@ -9,11 +9,7 @@ same identifier. ## Install -Installation of the [npm package](https://npmjs.org/package/xo-server-auth-ldap): - -``` -> npm install --global xo-server-auth-ldap -``` +For installing XO and the plugins from the sources, please take a look at [the documentation](https://xen-orchestra.com/docs/from_the_sources.html). ## Usage diff --git a/packages/xo-server-auth-saml/README.md b/packages/xo-server-auth-saml/README.md index 5df701858..5ee80f527 100644 --- a/packages/xo-server-auth-saml/README.md +++ b/packages/xo-server-auth-saml/README.md @@ -9,11 +9,7 @@ same identifier. ## Install -Installation of the [npm package](https://npmjs.org/package/xo-server-auth-saml): - -``` -> npm install --global xo-server-auth-saml -``` +For installing XO and the plugins from the sources, please take a look at [the documentation](https://xen-orchestra.com/docs/from_the_sources.html). ## Usage diff --git a/packages/xo-server-backup-reports/README.md b/packages/xo-server-backup-reports/README.md index e7f0cf0a7..8c747926b 100644 --- a/packages/xo-server-backup-reports/README.md +++ b/packages/xo-server-backup-reports/README.md @@ -6,11 +6,7 @@ XO-Server plugin which sends email reports and Xmpp messages when backup jobs ar ## Install -Installation of the [npm package](https://npmjs.org/package/xo-server-backup-reports): - -``` -> npm install --global xo-server-backup-reports -``` +For installing XO and the plugins from the sources, please take a look at [the documentation](https://xen-orchestra.com/docs/from_the_sources.html). ## Usage diff --git a/packages/xo-server-cloud/README.md b/packages/xo-server-cloud/README.md index 9ee443a20..998adebf6 100644 --- a/packages/xo-server-cloud/README.md +++ b/packages/xo-server-cloud/README.md @@ -2,11 +2,7 @@ ## Install -Installation of the [npm package](https://npmjs.org/package/xo-server-cloud): - -``` -> npm install --global xo-server-cloud -``` +For installing XO and the plugins from the sources, please take a look at [the documentation](https://xen-orchestra.com/docs/from_the_sources.html). ## Usage diff --git a/packages/xo-server-load-balancer/README.md b/packages/xo-server-load-balancer/README.md index ac682bb24..51d692759 100644 --- a/packages/xo-server-load-balancer/README.md +++ b/packages/xo-server-load-balancer/README.md @@ -4,11 +4,7 @@ XO-Server plugin that allows load balancing. ## Install -Go inside your `xo-server` folder and install it: - -``` -> npm install --global xo-server-load-balancer -``` +For installing XO and the plugins from the sources, please take a look at [the documentation](https://xen-orchestra.com/docs/from_the_sources.html). ## Usage diff --git a/packages/xo-server-perf-alert/README.md b/packages/xo-server-perf-alert/README.md index 65641584b..2fd6ecb8a 100644 --- a/packages/xo-server-perf-alert/README.md +++ b/packages/xo-server-perf-alert/README.md @@ -4,11 +4,7 @@ ## Install -Installation of the [npm package](https://npmjs.org/package/xo-server-perf-alert): - -``` -> npm install --global xo-server-perf-alert -``` +For installing XO and the plugins from the sources, please take a look at [the documentation](https://xen-orchestra.com/docs/from_the_sources.html). ## Usage diff --git a/packages/xo-server-transport-email/README.md b/packages/xo-server-transport-email/README.md index 134636918..b738c42df 100644 --- a/packages/xo-server-transport-email/README.md +++ b/packages/xo-server-transport-email/README.md @@ -4,11 +4,7 @@ ## Install -Installation of the [npm package](https://npmjs.org/package/xo-server-transport-email): - -``` -> npm install --global xo-server-transport-email -``` +For installing XO and the plugins from the sources, please take a look at [the documentation](https://xen-orchestra.com/docs/from_the_sources.html). ## Usage diff --git a/packages/xo-server-transport-nagios/README.md b/packages/xo-server-transport-nagios/README.md index 3a759a3c2..d97085d41 100644 --- a/packages/xo-server-transport-nagios/README.md +++ b/packages/xo-server-transport-nagios/README.md @@ -4,11 +4,7 @@ ## Install -Installation of the [npm package](https://npmjs.org/package/xo-server-transport-nagios): - -``` -> npm install --global xo-server-transport-nagios -``` +For installing XO and the plugins from the sources, please take a look at [the documentation](https://xen-orchestra.com/docs/from_the_sources.html). ## Usage diff --git a/packages/xo-server-transport-slack/README.md b/packages/xo-server-transport-slack/README.md index 50c454669..9ae62756c 100644 --- a/packages/xo-server-transport-slack/README.md +++ b/packages/xo-server-transport-slack/README.md @@ -4,11 +4,7 @@ ## Install -Installation of the [npm package](https://npmjs.org/package/xo-server-transport-slack): - -``` -> npm install --global xo-server-transport-slack -``` +For installing XO and the plugins from the sources, please take a look at [the documentation](https://xen-orchestra.com/docs/from_the_sources.html). ## Usage diff --git a/packages/xo-server-transport-xmpp/README.md b/packages/xo-server-transport-xmpp/README.md index 526883a0f..e07c23611 100644 --- a/packages/xo-server-transport-xmpp/README.md +++ b/packages/xo-server-transport-xmpp/README.md @@ -4,11 +4,7 @@ XO-Server plugin which sends XMPP messages. ## Install -Installation of the [npm package](https://npmjs.org/package/xo-server-transport-xmpp): - -``` -> npm install --global xo-server-transport-xmpp -``` +For installing XO and the plugins from the sources, please take a look at [the documentation](https://xen-orchestra.com/docs/from_the_sources.html). ## Usage diff --git a/packages/xo-server-usage-report/README.md b/packages/xo-server-usage-report/README.md index 3398b8d78..78581e365 100644 --- a/packages/xo-server-usage-report/README.md +++ b/packages/xo-server-usage-report/README.md @@ -4,11 +4,7 @@ ## Install -Installation of the [npm package](https://npmjs.org/package/xo-server-usage-report): - -``` -> npm install --save xo-server-usage-report -``` +For installing XO and the plugins from the sources, please take a look at [the documentation](https://xen-orchestra.com/docs/from_the_sources.html). ## Usage