Skip to content

Commit

Permalink
added line in install doc to suggest checking the nginx log for errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
huard committed May 1, 2018
1 parent d5929b4 commit 1cecb73
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ Check the log files for errors::

$ tail -f ~/birdhouse/var/log/pywps/flyingpigeon.log
$ tail -f ~/birdhouse/var/log/supervisor/flyingpigeon.log
$ tail -f ~/birdhouse/var/log/nginx/error.log

One source of error is having another server listening on the same port as flyingpigeon.
Use `netstat --listen` to check if port 8093 is already in use.

For other install options, run ``make help`` and read the documention for the `Makefile <Bootstrap_>`_.

Expand Down

0 comments on commit 1cecb73

Please sign in to comment.