The global orchestration solution to manage and backup XCP-ng and XenServer.
Go to file
2016-06-10 11:05:54 +02:00
bin fix(xo-server-logs): fix broken require since Babel 6 2016-06-08 11:12:45 +02:00
src feat(Xapi#importDeltaVm): attach VIFs to original networks if available (#335) 2016-06-10 11:05:54 +02:00
tools generate-indexes: rewritten in Node 2016-02-19 16:37:27 +01:00
.editorconfig Update EditorConfig. 2015-02-12 18:03:50 +01:00
.gitignore feat(sr.forget): automatically disconnect PBDs (#323) 2016-05-27 18:15:09 +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 chore: various updates 2016-05-04 12:16:02 +02:00
.travis.yml Explicit Node versions compatibility. 2015-11-16 10:31:28 +01:00
better-stacks.js Disable async traces for now (fix vatesfr/xo-web#608). 2015-12-21 19:20:48 +01:00
config.json Better defaults HTTPs config. 2016-03-02 17:12:32 +01:00
gulpfile.js chore(package): update standard to version 7.0.0 2016-05-04 11:59:56 +02:00
index.js Revert "Merge pull request #265 from vatesfr/revert-babel-6" 2016-03-23 09:41:08 +01:00
package.json chore(package): update xo-remote-parser to version 0.3.0 (#333) 2016-06-08 17:26:08 +02:00
README.md The main bug tracker is xo-web. 2016-02-08 15:34:13 +01:00
sample.config.yaml Correct the redis protocol in sample config 2016-02-16 15:47:21 +00:00
signin.pug chore(signin): jade renamed to pug 2016-05-04 16:00:28 +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?

All bug reports should go into the bugtracker of xo-web.