From a9ad77fc296ab2e49321b8e53f8bfe5279b9316c Mon Sep 17 00:00:00 2001 From: Carla Schroder Date: Tue, 25 Nov 2014 14:57:17 -0800 Subject: [PATCH 1/2] Add notes that SQLite is CE only --- config/config.sample.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/config/config.sample.php b/config/config.sample.php index bf26172c494..864247b3735 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -77,7 +77,9 @@ $CONFIG = array( /** * Where user files are stored; this defaults to ``data/`` in the ownCloud - * directory. The SQLite database is also stored here, when you use SQLite. + * directory. The SQLite database is also stored here, when you use SQLite. (SQLite is +available only in ownCloud Community Edition) + */ 'datadirectory' => '/var/www/owncloud/data', @@ -822,7 +824,8 @@ $CONFIG = array( ), /** - * Database types that are supported for installation. + * Database types that are supported for installation. (SQLite is available only in + ownCloud Community Edition) * * Available: * - sqlite (SQLite3) From 770eea7b56013b63cbdfa17fd0705cd44a920e2f Mon Sep 17 00:00:00 2001 From: Carla Schroder Date: Tue, 25 Nov 2014 15:01:05 -0800 Subject: [PATCH 2/2] Markup corrections --- config/config.sample.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config/config.sample.php b/config/config.sample.php index 864247b3735..d1526d77528 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -78,8 +78,7 @@ $CONFIG = array( /** * Where user files are stored; this defaults to ``data/`` in the ownCloud * directory. The SQLite database is also stored here, when you use SQLite. (SQLite is -available only in ownCloud Community Edition) - + * available only in ownCloud Community Edition) */ 'datadirectory' => '/var/www/owncloud/data', @@ -825,7 +824,7 @@ available only in ownCloud Community Edition) /** * Database types that are supported for installation. (SQLite is available only in - ownCloud Community Edition) + * ownCloud Community Edition) * * Available: * - sqlite (SQLite3)