From cd06461766e9fca64de0d6b2a68d7278d5fb6e7d Mon Sep 17 00:00:00 2001 From: Volkan Gezer Date: Thu, 21 Aug 2014 13:48:38 +0200 Subject: [PATCH] add opensuse php user instruction --- admin_manual/installation/installation_source.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/admin_manual/installation/installation_source.rst b/admin_manual/installation/installation_source.rst index 536d16d3a..32f1efc6d 100644 --- a/admin_manual/installation/installation_source.rst +++ b/admin_manual/installation/installation_source.rst @@ -189,6 +189,12 @@ the user running php on your system. :: chown -R apache:apache /path/to/your/owncloud + +* openSUSE users should run (as root): + :: + + chown -R wwwrun:www /path/to/your/owncloud + Web Server Configuration ~~~~~~~~~~~~~~~~~~~~~~~~ @@ -374,7 +380,7 @@ Example config for Apache 2.4: sudo service apache2 restart - * For systemd systems (Fedora, ArchLinux, OpenSUSE), run:: + * For systemd systems (Fedora, Arch Linux, OpenSUSE), run:: systemctl restart httpd.service