Xen Orchestra Server
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.
First of all, you have to download the code, you may either use git git clone git://github.com/vatesfr/xo-server
or download a Zip archive.
XO-Server uses Composer for its dependency management, so all you have to do is php composer.phar install
.
Finally, copy src/config/local.php.dist
to src/config/local.php
and complete the configuration.
You are now all set, you may run ./src/xo-server
.
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.