The global orchestration solution to manage and backup XCP-ng and XenServer.
Go to file
2015-09-01 15:22:47 +02:00
bin Use standard style. 2015-04-13 18:33:15 +02:00
src Minor cleanup. 2015-08-28 18:06:49 +02:00
.babelrc Do not use babel-plugin-closure-elimination. 2015-06-23 14:59:29 +02:00
.editorconfig Update EditorConfig. 2015-02-12 18:03:50 +01:00
.gitignore Also ignore npm-debug.log.* 2015-06-10 16:59:03 +02:00
.jshintrc Update .jshintrc. 2015-02-03 15:38:07 +01:00
.mocha.js Fix stack traces on Node 0.10. 2015-06-11 13:02:16 +02:00
.mocha.opts Fix stack traces on Node 0.10. 2015-06-11 13:02:16 +02:00
.npmignore Do not distribute examples & tests. 2015-06-10 17:00:06 +02:00
.travis.yml Enable Travis for iojs v3. 2015-08-28 09:06:01 +02:00
gulpfile.js No longer use fibers. 2015-06-05 18:34:04 +02:00
index.js Fix stack traces on Node 0.10. 2015-06-11 13:02:16 +02:00
package.json 4.4.0 2015-08-28 17:43:02 +02:00
README.md Add Travis CI badge on README. 2015-06-12 10:56:23 +02:00
sample.config.yaml Add comment regarding chained certificates. 2015-09-01 15:22:47 +02:00
signin.jade Fix providers list on sign in page. 2015-08-28 16:03:24 +02:00
xo-server.service Set debug to xo:main only in production. 2015-05-28 14:57:04 +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).

Build Status 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.