The global orchestration solution to manage and backup XCP-ng and XenServer.
Go to file
Julien Fontanet 522d6eed92 5.3.2
2016-10-27 18:49:32 +02:00
bin fix(xo-server-logs): fix broken require since Babel 6 2016-06-08 11:12:45 +02:00
src feat(xo): export/import config (#427) 2016-10-27 18:48:19 +02:00
.editorconfig Update EditorConfig. 2015-02-12 18:03:50 +01:00
.gitignore chore(xapi): move utilities into dedicated module 2016-06-17 18:43:10 +02: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 fix(package): test on Node 6, not 7 (#431) 2016-10-27 12:24:40 +02: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 feat(build): delete dist before building 2016-06-26 17:47:56 +02:00
index.js Revert "Merge pull request #265 from vatesfr/revert-babel-6" 2016-03-23 09:41:08 +01:00
ISSUE_TEMPLATE.md Create ISSUE_TEMPLATE.md 2016-10-03 16:24:24 +02:00
package.json 5.3.2 2016-10-27 18:49:32 +02:00
README.md fix installation documentation link 2016-08-02 12:22:39 +02:00
sample.config.yaml feat(sample.config.yaml): add warning about YAML 2016-10-24 22:52:11 +02:00
signin.pug feat(signin): use XO 5 style (#394) 2016-09-14 17:56:05 +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.