5.7.10 • Published 7 years ago

xo-web v5.7.10

Weekly downloads
35
License
AGPL-3.0
Repository
github
Last release
7 years ago

Xen Orchestra Web Chat with us Build Status

npm.io

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

It is a web client for XO-Server.


Installation

XOA or manual install procedure is available here

Compilation

Production build:

$ npm run build

Development build:

$ npm run dev

Environment

NODE_ENV

Set to production it disables many checks which result in increased performance.

XOA_PLAN

  • 1: Free
  • 2: Starter
  • 3: Enterprise
  • 4: Premium
  • 5: Sources
if (process.env.XOA_PLAN < 5) {
  console.log('included only in XOA')
}

if (process.env.XOA_PLAN > 3) {
  console.log('included only in Premium and Sources')
}

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 stable branch.
git checkout stable

# Fetches latest changes.
git pull --ff-only

# 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 stable to
# next-release.
git merge --ff-only stable

# Push the changes on git.
git push --follow-tags origin stable next-release

# Publish this release to npm.
npm publish

License

AGPL3 © Vates SAS

5.7.10

7 years ago

5.3.0

8 years ago

5.2.3

8 years ago

5.2.2

8 years ago

5.0.3

8 years ago

5.0.2

8 years ago

4.14.1

8 years ago

4.13.0

8 years ago

4.12.0

8 years ago

4.11.0

8 years ago

4.10.0

8 years ago

4.9.0

8 years ago

4.8.0

9 years ago

4.7.0

9 years ago

4.6.1

9 years ago

4.6.0

9 years ago

4.5.1

9 years ago

4.5.0

9 years ago

4.4.0

9 years ago

4.3.0

9 years ago

4.2.0

9 years ago

4.1.0

9 years ago

4.0.2

9 years ago

4.0.1

9 years ago

4.0.0

9 years ago

3.9.1

9 years ago

3.9.0

9 years ago

3.8.1

9 years ago

3.8.0

9 years ago

3.6.0

9 years ago

3.5.1

10 years ago

3.5.0

10 years ago

3.5.0-alpha2

10 years ago

3.5.0-alpha1

10 years ago

3.4.0

10 years ago