From 8bbfc4155bcaa1384cc9c9d48d0ae949d30afacf Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Thu, 22 Sep 2016 11:27:25 -0400 Subject: [PATCH] (doc) Improve installation guid --- Documentation/SOGoInstallationGuide.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/SOGoInstallationGuide.asciidoc b/Documentation/SOGoInstallationGuide.asciidoc index 2f37bd116..ed72722dc 100644 --- a/Documentation/SOGoInstallationGuide.asciidoc +++ b/Documentation/SOGoInstallationGuide.asciidoc @@ -1464,7 +1464,7 @@ URL could be set to something like: `postgresql://sogo:sogo@localhost:5432/sogo/sogo_alarms_folder` |S |OCSStoreURL -|Parameter used to set the database URL so that SOGo can use to start +|Parameter used to set the database URL so that SOGo can use to store all content data. You must also set `OCSAclURL` and `OCSCacheFolderURL` if you set this parameter. Using these parameters will allow SOGo to use a total of nine database tables - and prevent SOGo from creating three @@ -1474,7 +1474,7 @@ For PostgresSQL, set the database URL to something like: `postgresql://sogo:@localhost:5432/sogo/sogo_store`. |S |OCSAclURL -|Parameter used to set the database URL so that SOGo can use to start +|Parameter used to set the database URL so that SOGo can use to store all ACL data. You must also set `OCSStoreURL` and `OCSCacheFolderURL` if you set this parameter. @@ -1482,7 +1482,7 @@ For PostgresSQL, set the database URL to something like: `postgresql://sogo:@localhost:5432/sogo/sogo_acl`. |S |OCSCacheFolderURL -|Parameter used to set the database URL so that SOGo can use to start +|Parameter used to set the database URL so that SOGo can use to store all cache data. You must also set `OCSStoreURL` and `OCSAclURL` if you set this parameter.