From b536fc90b270ad886e3eab0d0f40529a51ecd23c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 16 Dec 2015 19:07:34 +0200 Subject: Add few clarifications --- INSTALL-DEV | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'INSTALL-DEV') diff --git a/INSTALL-DEV b/INSTALL-DEV index eb5676b..37d4571 100644 --- a/INSTALL-DEV +++ b/INSTALL-DEV @@ -11,12 +11,12 @@ CREATE USER ; GRANT ALL PRIVILEGES ON DATABASE brep TO ; CREATE USER "www-data" INHERIT IN ROLE ; -Make sure the logins work: +Exit psql (^D) and postgres login (^D), then make sure the logins work: $ psql -d brep $ sudo sudo -u www-data psql -d brep -To troubleshooting, see logs: +To troubleshooting, see PostgreSQL logs, for example: $ sudo tail -f /var/log/postgresql/*.log @@ -66,6 +66,7 @@ Restart apache2 (use the second version for systemd): $ sudo /etc/init.d/apache2 restart $ sudo systemctl restart apache2 -To verify, visit the repository root. To troubleshooting, see logs: +To verify, visit the repository root. To troubleshoote, see Apache logs, +for example: $ sudo tail -f /var/log/apache2/error.log -- cgit v1.1