From 2aec48aa8a78355263b2c301f26988f86da5c4d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmanuel=20Beno=C3=AEt?= Date: Fri, 1 Jan 2016 23:35:34 +0100 Subject: [PATCH] Some README updates --- README | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README b/README index 50da002..934b9ef 100644 --- a/README +++ b/README @@ -4,4 +4,8 @@ Requires PostgreSQL 9.0+ 2) Set the web app's user name and the database's name in database/config.sql, 3) Run the database.sql script from psql, 4) Copy/rename includes/config-sample.inc.php to includes/config.inc.php, -5) Set user name / password in includes/config.inc.php +5) Set user name / password in includes/config.inc.php, +6) Copy/rename site/.htaccess.sample to site/.htaccess, +7) Update the rewrite rules in site/.htaccess as necessary. + +Ideally, only the site/ directory should be available through the web server.