Files
xen-orchestra/packages/xo-server-load-balancer
Julien Fontanet a5b80655da chore: clean Babel configs (#24)
- avoid using stage-0
- remove deprecated preset-latest in favor of preset-env
2017-11-27 12:59:04 +00:00
..
2017-11-27 12:59:04 +00:00
2016-02-24 10:05:20 +01:00
2017-11-27 12:59:04 +00:00
2017-02-27 15:42:04 +01:00

xo-server-load-balancer Build Status

XO-Server plugin that allows load balancing.

Install

Go inside your xo-server folder and install it:

> npm install --global xo-server-load-balancer

Usage

Like all other xo-server plugins, it can be configured directly via the web interface, see the plugin documentation.

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:

  • report any issue you've encountered;
  • fork and create a pull request.

License

AGPL3 © Vates SAS