Skip to content

An HTML5 management interface for KVM

License

Apache-2.0, LGPL-2.1 licenses found

Licenses found

Apache-2.0
COPYING.ASL2
LGPL-2.1
COPYING.LGPL
Notifications You must be signed in to change notification settings

aglitke/kimchi

 
 

Repository files navigation

Kimchi Project

Kimchi is an HTML5 based management tool for KVM. It is designed to make it as easy as possible to get started with KVM and create your first guest.

Getting Started

Install Dependencies

$ sudo yum install python-cherrypy python-cheetah \
                   python-imaging python-polib \
                   libvirt-python libvirt

Install Dependecies for RHEL6

$ sudo yum install python-unittest2 python-ordereddict

Build and Install

$ sudo python setup.py install

Run

$ sudo burnetd --host=0.0.0.0

Usage

Connect your browser to localhost:8000. You should see a screen like:

Kimchi Guest View

This shows you the list of running guests including a live screenshot of the guest session. You can use the action buttons to shutdown the guests or connect to the display in a new window.

To create a new guest, click on the "+" button in the upper right corner. In Kimchi, all guest creation is done through templates.

You can view or modify templates by clicking on the Templates link in the top navigation bar.

The template screen looks like:

Kimchi Template View

From this view, you can change the parameters of a template or create a new template using the "+" button in the upper right corner.

Known Issues

Kimchi is still experimental and should not be used in a production environment.

Participating

All patches are sent through our mailing list hosted at Google Groups. More information can be found at:

https://groups.google.com/forum/#!forum/project-kimchi

Patches should be sent using git-send-email.

About

An HTML5 management interface for KVM

Resources

License

Apache-2.0, LGPL-2.1 licenses found

Licenses found

Apache-2.0
COPYING.ASL2
LGPL-2.1
COPYING.LGPL

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 39.7%
  • Python 30.3%
  • CSS 28.9%
  • Shell 1.1%