The global orchestration solution to manage and backup XCP-ng and XenServer.
Go to file
Julien Fontanet 3c52c56315 Various updates.
- Files in “public/http” are now served.
- The WebSocket API is now available at “/api/”.
- A WebSocket to TCP proxy is available at “/websockify”.
2013-07-24 10:48:34 +02:00
public/http Various updates. 2013-07-24 10:48:34 +02:00
src Various updates. 2013-07-24 10:48:34 +02:00
tests Test updates. 2013-07-17 15:19:36 +02:00
.gitignore Various updates. 2013-06-25 19:02:54 +02:00
.jshintrc Code mutualization. 2013-07-12 14:16:19 +02:00
package.json Various updates. 2013-07-24 10:48:34 +02:00
README.md Initial commit. 2013-06-15 15:42:55 +02:00
xo-server Initial commit. 2013-06-15 15:42:55 +02:00

Xen Orchestra Server

This is a test implementation using node.js.

XO-Server is part of Xen Orchestra, a web interface for XCP.

It contains all the logic of XO and handles:

  • connections to all XCP servers/pools;
  • a cache system to provide the best response time possible;
  • users authentication and authorizations;
  • a JSON-RPC based interface for XO clients (i.e. XO-Web).

XO is currently under development and may be subject to important bugs.

Installation

There is currently no package available for XO-Server, you must therefore use the following procedure.

  1. Download the code, you may either use git git clone git://github.com/vatesfr/xo-server or download a Zip archive.
  2. Finally, run ./xo-server.

The first time you start XO-Server an admin user with the admin password is created.

How to report a bug?

Do not report any bug against this version for now, thank you :)