wsldankers / kavoom

Manage Linux KVM virtual machine instances

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kavoom
======

Manage KVM instances using configuration files and start/stop/monitor
commands.

See also the homepage at https://fruit.je/kavoom and the manual at
https://fruit.je/kavoom-manual.

Building
--------

Building this package is a little quirky: it uses both autotools and
Module::Build. Simply call both (in any order you like) to install
everything:

	sh configure
	make
	make install

	perl Build.PL
	./Build
	./Build install

-- 
Wessel Dankers

About

Manage Linux KVM virtual machine instances

License:GNU General Public License v3.0


Languages

Language:Perl 97.8%Language:M4 1.4%Language:Makefile 0.8%