2017-01-13 17:40:13 +01:00
|
|
|
# xo-server-load-balancer [](https://travis-ci.org/vatesfr/xen-orchestra)
|
2016-02-24 10:05:20 +01:00
|
|
|
|
|
|
|
|
XO-Server plugin that allows load balancing.
|
|
|
|
|
|
|
|
|
|
## Install
|
|
|
|
|
|
2019-01-14 21:07:43 +01:00
|
|
|
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).
|
2016-02-24 10:05:20 +01:00
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
2016-09-29 14:00:25 +02:00
|
|
|
Like all other xo-server plugins, it can be configured directly via
|
2017-02-27 15:29:36 +01:00
|
|
|
the web interface, see [the plugin documentation](https://xen-orchestra.com/docs/plugins.html).
|
2016-02-24 10:05:20 +01:00
|
|
|
|
|
|
|
|
## Development
|
|
|
|
|
|
|
|
|
|
### Installing dependencies
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
> npm install
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Compilation
|
|
|
|
|
|
|
|
|
|
The sources files are watched and automatically recompiled on changes.
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
> npm run dev
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Tests
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
> npm run test-dev
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Contributions
|
|
|
|
|
|
|
|
|
|
Contributions are *very* welcomed, either on the documentation or on
|
|
|
|
|
the code.
|
|
|
|
|
|
|
|
|
|
You may:
|
|
|
|
|
|
2018-02-07 10:40:09 +01:00
|
|
|
- report any [issue](https://github.com/vatesfr/xen-orchestra/issues)
|
2016-02-24 10:05:20 +01:00
|
|
|
you've encountered;
|
|
|
|
|
- fork and create a pull request.
|
|
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
|
|
AGPL3 © [Vates SAS](http://vates.fr)
|