[Pkg-owncloud-commits] [owncloud-doc] 27/44: Fixed install dependencies

David Prévot taffit at moszumanska.debian.org
Sun Dec 15 00:06:48 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch dfsg_clean
in repository owncloud-doc.

commit 27b97cc476ea576c878179ea2a3db8f6163f16c7
Author: Vincent Petry <PVince81 at yahoo.fr>
Date:   Wed Dec 11 10:57:42 2013 +0100

    Fixed install dependencies
    
    Fixed minimum required PHP version (Fixes #198)
    Added ext storage deps
    Added pictures app EXIF deps
---
 admin_manual/installation/installation_source.rst | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/admin_manual/installation/installation_source.rst b/admin_manual/installation/installation_source.rst
index e505eff..4a91b3c 100644
--- a/admin_manual/installation/installation_source.rst
+++ b/admin_manual/installation/installation_source.rst
@@ -9,7 +9,7 @@ Prerequisites
 
 To run ownCloud, your web server must have the following installed:
 
-* php5 (>= 5.3)
+* php5 (>= 5.3.3, minimum recommended 5.4)
 * php5-gd
 * php-xml-parser
 
@@ -19,16 +19,20 @@ And as *optional* dependencies:
 * php5-sqlite (>= 3)
 * php5-mysql
 * php5-pgsql (or php-pgsql depending on your distribution)
-* smbclient
+* php5-exif (for image rotation in pictures app)
 * php5-curl
 * curl
 * libcurl3
 
+For external storage (*optional*):
+
+* smbclient (for SMB storage)
+* php5-ftp (for FTP storage)
+
 You have to install at least one of php5-sqlite, php5-pgsql or php5-mysql, depending
 on which of the three database systems (SQLite, PostgreSQL or MySQL) you want to use
 and activate its PDO module in the **php.ini**.
 
-smbclient is only used if you want to mount SMB shares to your ownCloud.
 The curl packages are needed for some apps (e.g. http user authentication)
 
 
@@ -92,7 +96,7 @@ If you are running the apache web server, it is recommended that you enable
 **.htaccess** files as ownCloud uses them to enhance security and allows you to
 use webfinger. To enable .htaccess files you need to ensure that
 **AllowOverride** is set to **All** in the **Directory /var/www/** section of
-your virtual host file. This is usually in :file:`/etc/apache2/sites-enabled/000-default`.
+your virtual host file. This is usually in `/etc/apache2/sites-enabled/000-default`.
 If your distribution supports **a2enmod** run the following commands::
 
 	a2enmod rewrite

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