From b78ba713edfe6de95cdfcf23dec14c18edcf1db0 Mon Sep 17 00:00:00 2001 From: Carla Schroder Date: Mon, 7 Mar 2016 10:01:40 -0800 Subject: [PATCH] corrections to source installation doc --- admin_manual/installation/source_installation.rst | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/admin_manual/installation/source_installation.rst b/admin_manual/installation/source_installation.rst index 6e6ffd831..3a2a6fb7b 100644 --- a/admin_manual/installation/source_installation.rst +++ b/admin_manual/installation/source_installation.rst @@ -173,12 +173,9 @@ Now download the archive of the latest ownCloud version: cp -r owncloud /path/to/webserver/document-root where ``/path/to/webserver/document-root`` is replaced by the - document root of your Web server. On Ubuntu systems this - ``/var/www/html/owncloud``, so your copying command is:: + document root of your Web server:: - cp -r owncloud /var/www/html - -However, in the following examples ownCloud is installed in ``/var/www/``. + cp -r owncloud /var/www/ On other HTTP servers it is recommended to install ownCloud outside of the document root.