Karesansui
Karesansui is an open-source virtualization management application made in Japan.
- Simple, easy web-based interface.
- Free for all. Distributed with the MIT license.
- Supports Kernel-based Virtual Machine(KVM) hypervisor. Other hypervisors/virtualization support on future plan.
Requirements
Karesansui requires (or is dependent on) other software.
To install Karesansui, you will need:
- Python 2.6 (2.4 might work?)
- libvirt 0.9.4 (or better)
- RRDtool 1.3 (or better)
- Mako 0.3.2 (or better)
- SQLAlchemy 0.5 (or better)
- PyXML 0.8 (or better)
- PySqlite 2.3.5 (or better)
- flup 1.0.2 (or better)
- collectd 4.10.3 (or better)
- TightVNC Java Viewer 1.3.10 (or better)
- web.py 0.35 (or better)
The INSTALL document also describes a whole series of additional installation steps, including an easier way to install the required software listed above.
If you want to hack the source, you will also probably need:
Installation
See INSTALL.
License
Karesansui is released under the MIT license to reduce problems for re-using. All source code has license notice, so you should clearly know what license to follow.
For exception, some Karesansui files don't have license notice for technical problems. We can only mention about files we distribute, so consult the original author for such files. Please see TRADEMARKS.TXT included with this distribution for information about Karesansui's trademark and logo usage policy.
This Karesansui source tree includes other open source projects work, which may come with its own distribution rule. Please consult each license notice for these projects.
Javascript libraries under karesansui/static/js/lib
- jquery - License MIT or GPL
- jquery.form.js - License MIT or GPL
- jquery-tablesort - License MIT or GPL
- jquery-plugin-autocomplete - License MIT or GPL
- jCarousel - License MIT or GPL
- ajax-upload - License MIT
Acknowledgements
We want to thank so much the contributors of these projects: Python, libvirt, webpy, flup, psycopg2, tightvncviewer, jquery, jquery.form.js, jquery-tablesort, jquery-plugin-autocomplete, jCarousel, ajax-upload.