Redmine 2.5.2 with dmsf-plugin how to use webdav?
Added by Björn Müller about 10 years ago
Hi Everybody,
I´m quite new to Redmine and ran now into a problem for that I couldn´t find a answer.
I have a Turnkey Redmine Linux running on a virtual machine, I updated it to Version 2.5.2
and installed the dmsf Plugin follwoing this manual
https://github.com/danmunn/redmine_dmsf
so far no problem.
The plugin runs fine I can can activate it in the projects and have the
dsm tab where i can upload files and create folders.
Now I wanted to use the webdav functionality of the dsmf plugin.
I activated webdav in the dsmf configuration.
But how to use this now?
If I type into my browser
http://ipofmyserver/projects/redmine/dmsf/webdav/
leads to a page not found error although there is a project redmine in my projects and dsmf is activated
and some files are uploaded.
In my apapche the modules
a2enmod dav_fs
a2enmod dav
are activated.
Have I to activate webdav somewhere else?
What I´m missing?
Below is the config of my redmine
Thanks for your help.
Config:
- Turnkey Redmine version 13 running on proxmox virtual machine
sh: 1: darcs: not found
sh: 1: cvs: not found
Environment:
Redmine version 2.5.2.stable.13413
Ruby version 1.9.3-p194 (2012-04-20) [x86_64-linux]
Rails version 3.2.19
Environment production
Database adapter Mysql2
SCM:
Subversion 1.6.17
Mercurial 2.2.2
Bazaar 2.6.0
Git 1.7.10.4
Filesystem
Redmine plugins:
redmine_dmsf 1.4.8 stable
Replies (4)
RE: Redmine 2.5.2 with dmsf-plugin how to use webdav? - Added by Björn Müller about 10 years ago
I solved it by myself.
It was a errror coused by the wrong user right´s.
RE: Redmine 2.5.2 with dmsf-plugin how to use webdav? - Added by thomase thomase almost 10 years ago
Hello,
Can you detail the user rights modifications ?
I am facing the same issue and do not how how to get the webdav mode working.
Thank you.
RE: Redmine 2.5.2 with dmsf-plugin how to use webdav? - Added by Björn Müller almost 10 years ago
I just changed the owner and group of the folders which should be accessible through the Webdav
to www-data (user of the apache webserver)
chown -R www-data:www-data dmsf (Subfolders of files)
I hope that helps you.
RE: Redmine 2.5.2 with dmsf-plugin how to use webdav? - Added by thomase thomase almost 10 years ago
Yes, it helps !
thank you.