The global orchestration solution to manage and backup XCP-ng and XenServer.
Go to file
Julien Fontanet dcb9f90a8c Typo.
2014-04-19 17:05:36 +02:00
config Spelling & other various fixes. 2013-12-28 12:22:23 +01:00
src Typo. 2014-04-19 17:05:36 +02:00
.editorconfig Unit tests for fiber utils. 2014-02-18 10:22:58 +01:00
.gitignore Various updates. 2013-06-25 19:02:54 +02:00
.jshintrc Using bluebird instead of q for promises. 2014-03-14 18:25:49 +01:00
npm-shrinkwrap.json Deps updates & Initial API introspection. 2014-04-05 10:54:26 +02:00
package.json Remove old tests. 2014-04-16 16:26:26 +02:00
README.md Badges added to the README to see if dependencies are up to date (fix #21). 2014-02-19 18:43:45 +01:00
run-tests Deps updates & Initial API introspection. 2014-04-05 10:54:26 +02:00
xo-server Runner script should forward its arguments to XO-Server. 2013-12-27 11:51:32 +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).

Dependency Status devDependency Status


Installation

Manual install procedure is available here

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.