Koha-Community

Send the link to the OVF appliance and I will tell you how to run it on Proxmox VE.
 
Basically, you just need to extract the virtual disk file from this archive and add it to an new created KVM VM.

Create a new VM, here is an example (my VM is using VMID 232):

Code:
qm config 232

boot: cdn
bootdisk: virtio0
cores: 1
ide2: none,media=cdrom
memory: 1024
name: koha
net0: e1000=92:E6:3E:57:0D:23,bridge=vmbr0
ostype: l26
sockets: 1
virtio0: local:232/vm-232-disk-1.qcow2,cache=writeback

Download (or copy) the ova file to /var/lib/vz/images/232/

Extract:
Code:
cd [COLOR=#3E3E3E]/var/lib/vz/images/232/
[/COLOR]
tar -xvf Koha_3.8_Virtual_Appliance_-_Configured.ova

Remove the empty virtual disk, convert the vmdk to qcow2 and converted Koha disk.
Code:
rm vm-232-disk-1.qcow2

qemu-img convert -O qcow2 Koha\ Virtual\ Appliance-disk1.vmdk vm-232-disk-1.qcow2

Thats it. Before you start, you can make a snapshot, so you can reset your test box whenever needed.

Then just hit "start".
 
Wow, thank you so much "tom", i will do that on my test box as soon as i get to the office.

The info is detailed and clear.

I will let you know about my progress.
 
thanks for feedback!
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!