Merge pull request #194 from CameronNemo/patch-1

docs/quickstart: fix port number
This commit is contained in:
kevgliss 2015-12-31 14:27:18 -08:00
commit 8199365324
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