The global orchestration solution to manage and backup XCP-ng and XenServer.
Go to file
2016-12-13 14:08:38 +01:00
bin fix(xo-server-logs): fix broken require since Babel 6 2016-06-08 11:12:45 +02:00
src feat(tests): use Jest instead of mocha/chai/must 2016-12-13 12:15:03 +01: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
.npmignore chore: various updates 2016-05-04 12:16:02 +02:00
.travis.yml chore(Travis): test with Node stable 2016-12-13 11:51:04 +01:00
better-stacks.js chore(package): remove unused trace 2016-12-13 14:08:38 +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 chore(package): remove unused trace 2016-12-13 14:08:38 +01:00
README.md fix installation documentation link 2016-08-02 12:22:39 +02:00
sample.config.yaml feat(Redis): support aliased commands 2016-11-08 10:23:53 +01:00
signin.pug fix(signin): new Bootstrap classes (#434) 2016-10-28 10:11:41 +02:00
xo-server.service Set debug to xo:main only in production. 2015-05-28 14:57:04 +02:00
yarn.lock chore(package): remove unused trace 2016-12-13 14:08:38 +01: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.