docs/quickstart: fix port number

This commit is contained in:
Cameron Norman 2015-12-31 12:57:18 -08:00
parent d9fd952c03
commit 86c92eb31e
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ you can pass that via the ``--config`` option.
# the correct host and port!
lemur --config=/etc/lemur.conf.py start -b 127.0.0.1:8000
You should now be able to test the web service by visiting ``http://localhost:5000/``.
You should now be able to test the web service by visiting ``http://localhost:8000/``.
Running Lemur as a Service