Open GoogleCodeExporter opened 9 years ago
> It downloads all needed packages and then installs them exept of owncloud.
gives back error 1.
Didn't the error message display a very visible warning saying that you have to
configure lighttpd (using its web page under services->network) before
installing ownCloud?
This is because owncloud is extracted as a subdirectory of
<server-root>/htdocs, and <server-root> is read from lighttpd configuration
file.
<server-root> must be on a filesystem, such as /mnt/sda2, not just /mnt (or you
will loose all your data upon reboot)
On my tests, when configuring lighttpd, I set "Server root: /mnt/md0/WebData",
then continued to install owncloud, which performed fine:
~ # ls -l /mnt/md0/WebData/htdocs/
total 16
-rw-r--r-- 1 root root 41 Apr 15 18:21 hello.html
-rw-r--r-- 1 root root 20 Apr 15 18:21 hello.php
drwxr-xr-x 13 lighttpd network 4096 Apr 15 18:25 owncloud
drwxr-xr-x 3 lighttpd network 4096 Apr 15 18:28 webdav
Do you think that this is not clear?
How could the instructions/installation be improved?
Original comment by whoami.j...@gmail.com
on 23 Apr 2012 at 3:31
I had to configure lightttpd first and disable webdav. Afeter that all worked
fine.
Original comment by limit...@gmail.com
on 15 Jun 2012 at 12:21
Original issue reported on code.google.com by
KPScha...@gmail.com
on 23 Apr 2012 at 2:07