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

Combinded effors, configuration managment. #46

Open ypid opened 8 years ago

ypid commented 8 years ago

I peeked at your build scripts. Seems like a lot of work could be done in one central place. I think the DebOps project could be a good fit here. It could be used to provision the VMs. The advantage is that we could combined our efforts and with that achieve a higher quality. I realize that getting into Ansible takes a bit of time. Vagrant can use Ansible for deployment. https://github.com/debops/ansible-owncloud/

You can checkout https://github.com/carlalexander/debops-wordpress for an end user oriented project based on DebOps.

Related to https://github.com/enoch85/ownCloud-VM/issues/6

enoch85 commented 8 years ago

@jnweiger Are you good with Ansible?