This manual is deprecated. Please visit https://groupoffice.readthedocs.io for the latest documentation.

Difference between revisions of "WebDAV"

From Group-Office Groupware and CRM Documentation
Jump to: navigation, search
(New page: ==Davfs2== Make sure "davfs2" is installed. Create a mount point as root: <pre> mkdir /media/groupoffice/ chown youruser:yourgroup /media/groupoffice </pre> Add this line to /etc/fstab...)
(No difference)

Revision as of 15:51, 24 October 2010

Davfs2

Make sure "davfs2" is installed.

Create a mount point as root:

mkdir /media/groupoffice/
chown youruser:yourgroup /media/groupoffice

Add this line to /etc/fstab:

https://your.url.to.groupoffice/modules/dav/files.php/ /media/groupoffice davfs user,noauto,rw 0 0

Then, add the following line to /etc/davfs2/secrets:

https://your.url.to.groupoffice/modules/dav/files.php/    username    mypassword

Now run:

mount /media/groupoffice/

And you should be able to browse your Group-Office files.