The global orchestration solution to manage and backup XCP-ng and XenServer.
Go to file
2013-02-08 10:38:55 +01:00
dev more sketches 2012-12-27 16:51:38 +01:00
src Do not use application environments anymore. 2013-02-07 18:40:20 +01:00
.gitignore Do not use application environments anymore. 2013-02-07 18:40:20 +01:00
composer.json Initial session support. 2013-01-04 11:37:15 +01:00
composer.lock Composer and dependencies updated. 2013-02-07 18:30:46 +01:00
composer.phar Composer and dependencies updated. 2013-02-07 18:30:46 +01:00
COPYING License uniformization + COPYING file. 2013-01-03 11:13:09 +01:00
README.md README update. 2013-02-08 10:38:55 +01:00

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.

  1. Download the code, you may either use git git clone git://github.com/vatesfr/xo-web or download a Zip archive.
  2. XO-Web uses Composer for its dependency management, so, once you have installed it, juste run php composer.phar install.
  3. Copy src/config/local.php.dist to src/config/local.php and complete the configuration.
  4. 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.