2014-06-19 15:45:28 +02:00
2014-06-19 15:45:28 +02:00
2014-05-27 20:07:05 +02:00
2013-11-12 18:09:54 +01:00
2013-11-12 18:09:54 +01:00
2014-06-10 12:16:55 +02:00
2014-06-19 15:45:28 +02:00
2014-05-22 11:39:08 +02:00
2014-04-25 12:19:50 +02:00
2014-06-19 15:45:28 +02:00
2014-05-21 20:12:09 +02:00
2014-06-19 15:45:28 +02:00
2014-05-29 16:20:16 +01:00

Xen Orchestra Web

XO-Web is part of Xen Orchestra, a web interface for XenServer or XAPI enabled hosts.

It is a web client for XO-Server.

Dependency Status devDependency Status


Installation

Manual install procedure is available here

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.

Process for new release

# Switch to the master branch.
git checkout master

# Merge changes of the next-release branch.
git merge next-release

# Increment the version (patch, minor or major).
npm version minor

# Go back to the next-release branch.
git checkout next-release

# Fetches the last changes (the merge and version bump) from master to
# next-release.
git pull --fast-forward master

# Push the changes on git.
git push origin master:master next-release:next-release

# Publish this release to npm.
npm publish
Description
The global orchestration solution to manage and backup XCP-ng and XenServer.
Readme 96 MiB
Languages
JavaScript 90.9%
Vue 5.2%
TypeScript 2.6%
SCSS 0.5%
Smarty 0.3%
Other 0.3%