The global orchestration solution to manage and backup XCP-ng and XenServer.
Go to file
2015-10-28 14:46:14 +01:00
bin Avoid listing node_modules in stacks. 2015-10-07 14:42:36 +02:00
src Adds granularity param spec to {host,vm}.stats(). 2015-10-28 14:35:00 +01: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.opts Avoid listing node_modules in stacks. 2015-10-07 14:42:36 +02:00
.npmignore Do not distribute examples & tests. 2015-06-10 17:00:06 +02:00
.travis.yml Only test on Node 0.10, 0.12 and latest stable. 2015-09-25 10:22:09 +02:00
better-stacks.js Use source-map-support-2 from npm (fix old npm). 2015-10-26 18:30:45 +01:00
gulpfile.js Update standard to 5.2 and fix coding style. 2015-09-04 11:00:36 +02:00
index.js Avoid listing node_modules in stacks. 2015-10-07 14:42:36 +02:00
package.json New parser for host and vms stats. 2015-10-28 14:20:48 +01: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 Clicking on 'remember me' label checks the box 2015-10-28 14:46:14 +01: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.