The following config will describe steps on how to install OpenXenManager on OpenSuse Linux.
Prerequisites installation
The first step is to install all prerequisites:
# zypper install python-setuptools pygtk2 gtk-vnc-python rrdtool
Get OpenXenManager source
Next, use git to get the latest source code:
$ git clone https://github.com/OpenXenManager/openxenmanager.git
Install OpenXenManager
Lastly, install OpenXenManager with root privileges.
# python setup.py install
Launch OpenXenManager
Start OpenXenManager as a regular user from the command line:
$ openxenmanager
