The readme doesn't mention issues surrounding the need to make the filesystem writable by the web server process (www-data on Ubuntu). I do this as follows in the root directory of the directory tree managed by a documin: "chgrp -R www-data ." and "chown -R g+w .". (But that's too broad, I think. I need review what is a best practice and document that.)
The readme doesn't mention issues surrounding the need to make the filesystem writable by the web server process (www-data on Ubuntu). I do this as follows in the root directory of the directory tree managed by a documin: "chgrp -R www-data ." and "chown -R g+w .". (But that's too broad, I think. I need review what is a best practice and document that.)