zuazo / owncloud-cookbook

Chef cookbook to install and configure ownCloud.

Home Page:https://supermarket.chef.io/cookbooks/owncloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mount /var/www/owncloud

LEDfan opened this issue · comments

I'm trying to setup an dev vm for ownCloud. I would like to mount the /var/www/owncloud in the vm as /workspace/chat/app. But there is some strange behaviour:
the CSS files of any owncloud app aren't loaded however the CSS files of core are loaded.

schermafbeelding 2014-02-28 op 10 56 41

But it get strangers: when I try the same configuration without the ownCloud cookbook but with a simple shell script my configuration works.

I tested the cookbook with centos and precise32. I tried to mount /workspace/chat/app to /workpace and then create a symbolic link between /var/www. I tried to mount --bind /var/www & /workspace on the guest, but nothing works.

My configuration can be viewed here.

Thanks in advance

Sorry, I don't understand why you mount that directory, this way the ownCloud will end up installed on your local machine. Can you explain me the idea behind this? Maybe I will be able to help if I get a better understanding of what you want to accomplish.

Sorry for the late response, but it looks like the problem is solved :)