owncloud-archive / vm

Scripts to build an ownCloud community production VM - this was in use until 9.1.x releases. Since 10.0.1 we build appliances with Univention
https://www.univention.de/produkte/univention-app-center/app-katalog/owncloud/
23 stars 14 forks source link

Create .vmx file during build #5

Closed enoch85 closed 9 years ago

enoch85 commented 9 years ago

When building the box a .vmx file should be created so that the user just can double-click on the appliance rather than creating a new VM and use the box-disk1.vmdk. If the .vmx doesn't exist the .vmdk can't be opened by just double-clicking.

Any ideas @jnweiger ?

jnweiger commented 9 years ago

I've added all docu I have about differnet formats to the convert folder. No clear idea how to generate vmx and other xml files. My hope is that one of ovftool, qemu-img convert, or VBoxManage could do that.

jnweiger commented 9 years ago

We now have .ovf and .vmdk output. The ovf can be used wiht VirtualBox -> import. That is much easier as VirtualBox -> create with *.vmdk.

enoch85 commented 9 years ago

Closing as it won´t run on VMware.