[Pkg-owncloud-commits] [owncloud-doc] 122/270: install source

David Prévot taffit at moszumanska.debian.org
Thu Jul 31 03:53:09 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 1c54b46a0e5e97234a14e3e73cf2fb24944b4708
Author: Volkan Gezer <volkangezer at gmail.com>
Date:   Fri May 30 21:57:52 2014 +0200

    install source
---
 admin_manual/installation/installation_source.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/admin_manual/installation/installation_source.rst b/admin_manual/installation/installation_source.rst
index 3d14ea3..2d9ca62 100644
--- a/admin_manual/installation/installation_source.rst
+++ b/admin_manual/installation/installation_source.rst
@@ -135,9 +135,9 @@ First, download the archive of the latest ownCloud version:
   web server (you can skip this step if you already downloaded and extracted the
   files there)::
 
-	sudo cp -r owncloud /path/to/your/web servers/document-root
+	sudo cp -r owncloud /path/to/your/webservers/document-root
 
-  where ``/path/to/your/web servers/document-root``, needs to be replaced by the
+  where ``/path/to/your/webservers/document-root``, needs to be replaced by the
   actual path where the document root of your web server is configured to be.
 
   * If you don't know where your web server's document root is located, consult
@@ -170,10 +170,10 @@ the user running php on your system.
 
 * The generic command to run is::
 
-	sudo chown -R <php-user>:<php-user> /path/to/your/web servers/document-root/owncloud
+	sudo chown -R <php-user>:<php-user> /path/to/your/webservers/document-root/owncloud
 
   where ``<php-user>`` is to be replaced by the user running php scripts, and
-  ``/path/to/your/web servers/document-root/owncloud`` by the folder where the
+  ``/path/to/your/webservers/document-root/owncloud`` by the folder where the
   extracted ownCloud files are located.
 
 * For Ubuntu 12.04 LTS server, where the ``owncloud`` folder was copied into the

-- 
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