Files
xen-orchestra/packages/xo-server-load-balancer/README.md
T

50 lines
1.0 KiB
Markdown
Raw Normal View History

2017-01-13 17:40:13 +01:00
# xo-server-load-balancer [![Build Status](https://travis-ci.org/vatesfr/xen-orchestra.png?branch=master)](https://travis-ci.org/vatesfr/xen-orchestra)
2016-02-24 10:05:20 +01:00
XO-Server plugin that allows load balancing.
## Install
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
2019-12-04 17:18:47 +01:00
Contributions are _very_ welcomed, either on the documentation or on
2016-02-24 10:05:20 +01:00
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)