2013-08-13 16:40:11 +02:00
2013-07-24 10:48:34 +02:00
2013-08-13 16:40:11 +02:00
2013-07-24 11:19:07 +02:00
2013-06-25 19:02:54 +02:00
2013-07-30 17:21:27 +02:00
2013-07-24 10:48:34 +02:00
2013-08-04 20:21:11 +02:00
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 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;
  • 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. You need node.js running. Go in the xo-server folder and do a npm update && npm install.
  3. Go into public/http folder and symlink to xo-web by doing this: for f in ../../../xo-web/public/*; do ln -s "$f" .;done
  4. Finally, run ./xo-server, your XO install is available on http://IPADDRESS:8080

How to report a bug?

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

Description
Server part of Xen Orchestra. Fork for MySQL support
Readme 407 KiB
Languages
JavaScript 100%