From a3950c50e321c3efb80f79ae59faee71f000d4ca Mon Sep 17 00:00:00 2001 From: Ubbo Veentjer <veentjer@sub.uni-goettingen.de> Date: Mon, 3 Dec 2012 14:31:47 +0000 Subject: [PATCH] readme git-svn-id: https://textgridlab.org/svn/textgrid/trunk/middleware/tgauth@13673 7c539038-3410-0410-b1ec-0f2a7bf1c452 --- info.textgrid.middleware.tgauth.tgaccount/README.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/info.textgrid.middleware.tgauth.tgaccount/README.txt b/info.textgrid.middleware.tgauth.tgaccount/README.txt index 7cc25c3..37c6736 100644 --- a/info.textgrid.middleware.tgauth.tgaccount/README.txt +++ b/info.textgrid.middleware.tgauth.tgaccount/README.txt @@ -13,10 +13,10 @@ Installation: Required pear (http://pear.php.net) packages: - Auth, Mail, Mail_Mime + Auth, Mail, Mail_Mime, Net_SMTP $ sudo apt-get install php-pear - $ sudo pear install Auth Mail Mail_Mime + $ sudo pear install Auth Mail Mail_Mime Net_SMTP 2) Put source into your Webserver path (possibly /var/www) @@ -48,6 +48,9 @@ Installation: change user rights, so www-data is allowed to write the database $ chown www-data:www-data /var/textgrid/tgaccount/tgaccount.sqlite + + note that the directory where the database is stored must also be writable by www-data + $ chown www-data:www-data /var/textgrid/tgaccount/ 4) LDAP TLS -- GitLab