Prise de note d'installation

echo "deb http://download.opensuse.org/repositories/isv:ownCloud:community/xUbuntu_$(grep ^DISTRIB_RELEASE= /etc/lsb-release | cut -d= -f2)/ /" | sudo tee -a /etc/apt/sources.list.d/owncloud.list 
wget http://download.opensuse.org/repositories/isv:ownCloud:community/xUbuntu_$(grep ^DISTRIB_RELEASE= /etc/lsb-release | cut -d= -f2)/Release.key -O - | sudo apt-key add -
sudo apt-get update
sudo apt-get install owncloud smbclient php5-curl libapache2-mod-php5

sudo apt-get install davfs2
Dans le /etc/fstab
adlp.org/owncloud/files/webdav.php       /mnt/girofle.adlp.org davfs user,rw,noauto          0   0

source : https://github.com/owncloud/core/issues/6242 via http://open-freax.fr/owncloud-6-mutu-ovh/#comment-757