The global orchestration solution to manage and backup XCP-ng and XenServer.
Go to file
2013-03-14 12:04:53 +01:00
config Various changes. 2013-03-02 21:02:06 +01:00
lib Initial Backbone experiment. 2013-03-14 12:04:53 +01:00
public Initial Backbone experiment. 2013-03-14 12:04:53 +01:00
vendor Initial Backbone experiment. 2013-03-14 12:04:53 +01:00
views Initial Backbone experiment. 2013-03-14 12:04:53 +01:00
.gitignore Big refactoring (Controller/action). 2013-03-01 14:42:35 +01:00
composer.json Big refactoring (Controller/action). 2013-03-01 14:42:35 +01:00
composer.lock Dependencies update. 2013-03-04 18:35:22 +01:00
COPYING License uniformization + COPYING file. 2013-01-03 11:13:09 +01:00
README.md Minor README update. 2013-03-04 15:31:39 +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. Makes sure the web server can read in the public/ directory.
  4. Creates a file named log and makes sure the web server can read and write.

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.