You are here
TKLDev appliance with virtualbox support
I've been building appliances for sometime with a customised tklpatch system. With the release of TKLDev I thought I would migrate some of these appliances and release them to the public.
I've forked the TKLDev appliance to add virtualbox support. When I build a new appliance I like to test it in virtualbox to make sure all works as expected. You can now do all of this from the TKLDev appliance.
Build your project as normal to produce your iso image and then deploy a temp virtualbox virtual machine by running "testvm /path/to/isofile" i.e "testvm build/product.iso".
This will launch a virtualmachine and you can connect to it using RDP (port 3389). You can then fully test your new appliance.
Github Project: https://github.com/prae5/tkldev-vbox
ISO : http://cdn.serverst.at/tkldev-vbox-12.1-squeeze-amd64_44918217eb.iso
I have a few other scripts and tools that I use for automating, building and releasing images - they will be added to this appliance in the coming week as I migrate my build process to this new platform.