aa5fa39d7aa0e7212e0fe934f5d0b1a39df30be7
Fix empty <dd> issues and alignment of information in <dl>s
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-webor download a Zip archive. - XO-Web uses Composer for its dependency management, so, once you have installed it, juste run
php composer.phar install. - Makes sure the web server can read in the
public/directory. - If you are using Apache2, make sure mod_rewrite is enabled and
.htaccessfiles are working. Otherwise, configure your web server to handle all requests to non-existing files usingpublic/index.php.
Optionnaly, if you want to alter XO-Web default configuration you may create the config/local.php file from config/local.php.dist and change its values.
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.
Description
Languages
JavaScript
90.9%
Vue
5.2%
TypeScript
2.6%
SCSS
0.5%
Smarty
0.3%
Other
0.3%