[Pkg-owncloud-commits] [owncloud-doc] 04/227: add opensuse php user instruction
David Prévot
taffit at moszumanska.debian.org
Sat Oct 11 17:20:27 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud-doc.
commit cd06461766e9fca64de0d6b2a68d7278d5fb6e7d
Author: Volkan Gezer <wakeup at users.noreply.github.com>
Date: Thu Aug 21 13:48:38 2014 +0200
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 536d16d..32f1efc 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git
More information about the Pkg-owncloud-commits
mailing list