Opensource XenServer Management Interface
Go to file
james aa873a4ebd Merge branch 'master' of https://github.com/OpenXenManager/openxenmanager 2016-04-24 19:29:12 -06:00
plugins Normalize line endings and add .gitattributes 2015-01-14 00:14:46 +00:00
scripts Corrected directory structure (I think) 2011-08-05 10:12:26 +00:00
src Merge branch 'master' of https://github.com/OpenXenManager/openxenmanager 2016-04-24 19:29:12 -06:00
.codeclimate.yml Exclude glade files from CodeClimate 2015-12-19 23:05:18 +00:00
.gitattributes Normalize line endings and add .gitattributes 2015-01-14 00:14:46 +00:00
.gitignore Update .gitignore 2015-01-14 00:03:39 +00:00
BUGS Added some bugs 2016-04-24 19:28:33 -06:00
ChangeLog Update ChangeLog 2014-06-19 22:06:41 +01:00
LICENSE Use updated copy of GPL-2 license 2014-06-13 16:12:17 +01:00
MANIFEST.in Add MANIFEST.in to include all files necessary for source distribution 2014-06-19 12:10:33 +01:00
README.md Add dependency information for Gentoo Linux 2016-03-11 11:36:16 +01:00
TODO Final HiDPI Commit 2016-04-13 18:12:34 -06:00
openxenmanager Update symlink 2014-06-16 11:32:59 +01:00
oxm.pyw PEP8 Cleanup and disable long line check of PEP for CC 2015-12-19 20:36:15 +00:00
setup.py PEP8 Cleanup and disable long line check of PEP for CC 2015-12-19 20:36:15 +00:00
vncviewer.exe Corrected directory structure (I think) 2011-08-05 10:12:26 +00:00
windows_setup.py Seperate windows setup script from linux setup script 2015-04-07 16:47:20 +01:00

README.md

IMPORTANT INFORMATION!

I have setup and integrated Sentry into OpenXenManager. Sentry will automatically capture and upload all crashes that occur within OXM.

I will be providing an option to disable this via the options, but it would be very useful for me to have this information to help find bugs that are lurking deep within OXM.

All that is needed is to install the raven package via pip, which handles the processing of the crash reports.

Thankyou!

OpenXenManager introduction

OpenXenManager is a full-featured graphical interface to manage Citrix XenServer / Xen Cloud Platform (XCP) hosts through the network.

OpenXenManager is an open-source multiplatform clone of Citrix XenCenter. It is written in Python, using pyGTK for its interface.

The homepage for OpenXenManager is at: https://sourceforge.net/projects/openxenmanager/

Subscribe to the openxenmanager-announce mailing list for important information and release announcements: https://lists.sourceforge.net/lists/listinfo/openxenmanager-announce

Running OpenXenManager

To launch OpenXenManager simply run the "openxenmanager" script.

Requirements:

  • Python 2.7
  • pyGTK 2.16
  • ConfigObj
  • GTK-VNC (Linux only)

Debian/Ubuntu Linux package dependencies: python2.7 python-gtk2 glade python-gtk-vnc python-glade2 python-configobj

Gentoo Linux package dependencies: dev-python/pygtk dev-python/configobj net-libs/gtk-vnc dev-lang/python:2.7 (remember to set "python" USE flag for gtk-vnc!)

OpenXenManager runs has been tested to run on Linux or Windows and should work on MacOSX as well.

Help / bug reports

If you have found a bug, please file a detailed report in our bug tracker: https://github.com/OpenXenManager/openxenmanager/issues

For help you can:

Developers