chore(package): update all dependencies

This commit is contained in:
Julien Fontanet
2016-09-29 14:00:25 +02:00
parent cd8a92c30b
commit 2b8996e965
11 changed files with 50 additions and 71 deletions
+3 -8
View File
@@ -7,18 +7,13 @@ XO-Server plugin that allows load balancing.
Go inside your `xo-server` folder and install it:
```
> npm install xo-server-load-balancer
> npm install --global xo-server-load-balancer
```
## Usage
Edit your `xo-server` configuration and add the plugin name in the `plugins` section.
```yaml
plugins:
xo-server-load-balancer:
```
Like all other xo-server plugins, it can be configured directly via
the web iterface, see [the plugin documentation](https://xen-orchestra.com/docs/plugins.html).
## Development