The global orchestration solution to manage and backup XCP-ng and XenServer.
dev | ||
src | ||
.gitignore | ||
composer.json | ||
composer.lock | ||
composer.phar | ||
COPYING | ||
README.md |
Xen Orchestra Web
XO-Web is part of Xen Orchestra, a web interface for XCP.
It is a web client for XO-Server.
XO is currently under development and may be subject to important bugs.
Installation
There is currently no package available for XO-Web, you must therefore use the following procedure.
- Download the code, you may either use git
git clone git://github.com/vatesfr/xo-web
or 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
src/config/local.php.dist
tosrc/config/local.php
and complete the configuration. - Makes sure the
src/www
directory and all its content is available from your web server.
How to report a bug?
If you are certain the bug is exclusively related to XO-Web, you may use the bugtracker of this repository.
Otherwise, please consider using the bugtracker of the general repository.