[Pkg-owncloud-commits] [owncloud-doc] 32/49: Enhanced PHP module deps order

David Prévot taffit at moszumanska.debian.org
Fri Jan 17 02:41:31 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 98faf9f75dc82f3cb74a623d19f163a6b5f891a0
Author: Vincent Petry <PVince81 at yahoo.fr>
Date:   Fri Jan 10 17:54:06 2014 +0100

    Enhanced PHP module deps order
    
    - reordered modules alphabetically for better readability (for example
      when comparing with a repo package list)
    - moved DB modules into own section
---
 admin_manual/installation/installation_source.rst | 27 +++++++++++++----------
 1 file changed, 15 insertions(+), 12 deletions(-)

diff --git a/admin_manual/installation/installation_source.rst b/admin_manual/installation/installation_source.rst
index 051f1b6..29e2d23 100644
--- a/admin_manual/installation/installation_source.rst
+++ b/admin_manual/installation/installation_source.rst
@@ -10,29 +10,32 @@ Prerequisites
 To run ownCloud, your web server must have the following installed:
 
 * php5 (>= 5.3.3, minimum recommended 5.4)
-* PHP module zip
-* PHP module dom
-* PHP module libxml
-* PHP module mb multibyte
 * PHP module ctype
-* PHP module JSON
+* PHP module dom
 * PHP module GD
-* PHP module zlib
 * PHP module iconv
+* PHP module JSON
+* PHP module libxml
+* PHP module mb multibyte
 * PHP module SimpleXML
+* PHP module zip
+* PHP module zlib
 
-And as *optional* dependencies:
+Database connectors (pick at least one):
 
-* PHP module intl
-* PHP module mcrypt
-* PHP module bz2
-* PHP module openssl
 * PHP module sqlite (>= 3)
 * PHP module mysql
 * PHP module pgsql
+
+And as *optional* dependencies:
+
+* PHP module bz2
+* PHP module curl
 * PHP module exif (for image rotation in pictures app)
+* PHP module intl
 * PHP module ldap (for ldap integration)
-* PHP module curl
+* PHP module mcrypt
+* PHP module openssl
 * curl
 * libcurl3
 

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