This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
virtualization:openxenmanager [2013/03/10 15:19] gcooper |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== OpenXenManager ====== | ||
- | |||
- | OpenXenManager is a graphical interface to manage XenServer / Xen Cloud Platform (XCP) hosts through the network. OpenXenManager is an open-source multiplatform clone of XenCenter (Citrix). | ||
- | |||
- | http:// | ||
- | |||
- | http:// | ||
- | |||
- | ===== Installation ===== | ||
- | |||
- | ==== Ubuntu ==== | ||
- | |||
- | < | ||
- | sudo apt-get install subversion python-glade2 python-gtk-vnc | ||
- | cd ~/bin/ | ||
- | svn co https:// | ||
- | </ | ||
- | |||
- | Launcher command: | ||
- | |||
- | < | ||
- | python ~/ | ||
- | </ | ||
- | |||
- | ==== Fedora ==== | ||
- | |||
- | < | ||
- | sudo yum -y install gtk-vnc-python subversion | ||
- | cd ~/bin/ | ||
- | svn co https:// | ||
- | </ | ||
- | |||
- | Launcher: | ||
- | |||
- | < | ||
- | python ~/ | ||
- | </ | ||