bbe4f8c6ef2b59edfd0fcbc751d6e3604b653996
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.
- Download the code, you may either use git
git clone git://github.com/vatesfr/xo-serveror download a Zip archive. - XO-Web uses Composer for its dependency management, so, once you have installed it, juste run
php composer.phar install. - Copy
config/local.php.disttoconfig/local.phpand complete the configuration. - 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?
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.
Description
Languages
JavaScript
90.9%
Vue
5.2%
TypeScript
2.6%
SCSS
0.5%
Smarty
0.3%
Other
0.3%