diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-16 19:07:34 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-16 19:07:34 +0200 |
commit | b536fc90b270ad886e3eab0d0f40529a51ecd23c (patch) | |
tree | d6cc03b39552ec0121787c7875cb1bf05192b22c /INSTALL-DEV | |
parent | f9bd0cf39551f81b29b98c44299120912258da97 (diff) |
Add few clarifications
Diffstat (limited to 'INSTALL-DEV')
-rw-r--r-- | INSTALL-DEV | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/INSTALL-DEV b/INSTALL-DEV index eb5676b..37d4571 100644 --- a/INSTALL-DEV +++ b/INSTALL-DEV @@ -11,12 +11,12 @@ CREATE USER <user>; GRANT ALL PRIVILEGES ON DATABASE brep TO <user>; CREATE USER "www-data" INHERIT IN ROLE <user>; -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 |