The global orchestration solution to manage and backup XCP-ng and XenServer.
Go to file
2015-04-13 18:33:15 +02:00
bin Use standard style. 2015-04-13 18:33:15 +02:00
src Use standard style. 2015-04-13 18:33:15 +02:00
.editorconfig Update EditorConfig. 2015-02-12 18:03:50 +01:00
.gitignore Proper compilation phase (fix #50). 2015-03-30 17:58:13 +02:00
.jshintrc Update .jshintrc. 2015-02-03 15:38:07 +01:00
coffeelint.json Add coffeelint config. 2014-09-12 20:55:40 +02:00
gulpfile.js Use standard style. 2015-04-13 18:33:15 +02:00
index.js ES6 style. 2015-04-13 16:21:44 +02:00
package.json Use standard style. 2015-04-13 18:33:15 +02:00
README.md Proper compilation phase (fix #50). 2015-03-30 17:58:13 +02:00
sample.config.yaml Update deps. 2015-01-27 18:28:44 +01:00
xo-server.service systemd configuration 2014-08-14 16:26:56 +02:00

Xen Orchestra Server

XO-Server is part of Xen Orchestra, a web interface for XenServer or XAPI enabled hosts.

It contains all the logic of XO and handles:

  • connections to all XAPI servers/pools;
  • a cache system to provide the best response time possible;
  • users authentication and authorizations (work in progress);
  • a JSON-RPC based interface for XO clients (i.e. XO-Web).

Dependency Status devDependency Status


Installation

Manual install procedure is available here.

Compilation

Production build:

$ npm run build

Development build:

$ npm run dev

How to report a bug?

If you are certain the bug is exclusively related to XO-Server, you may use the bugtracker of this repository.

Otherwise, please consider using the bugtracker of the general repository.