commit: 4bd65ec4d535f5054efe66a31e7f60b915cc2b21 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org> AuthorDate: Tue Nov 17 10:03:29 2015 +0000 Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org> CommitDate: Tue Nov 17 10:03:29 2015 +0000 URL: https://gitweb.gentoo.org/dev/jmbsvicetto.git/commit/?id=4bd65ec4
Update postinstall instructions. Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo.org> www-apps/drupal/files/postinstall-en.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/www-apps/drupal/files/postinstall-en.txt b/www-apps/drupal/files/postinstall-en.txt index a8a59c1..7354361 100644 --- a/www-apps/drupal/files/postinstall-en.txt +++ b/www-apps/drupal/files/postinstall-en.txt @@ -11,7 +11,12 @@ location http://${VHOST_HOSTNAME}/${VHOST_APPDIR} -and provide the credential required for the database access. +and provide the credentials required for the database access. + +If you installed into a vhost, for the above address to be accurate, +you need to pass -h "<host>" and -d "<install dir>" into webapp_config. +The protocol is hardcoded, so you'll have to use https:// if you're +using an SSL / TLS connection. SECURITY NOTICE: If you use SSL on your Drupal installation, you should enable the PHP configuration option 'session.cookie-secure'
