From 86c92eb31e337c27fb6171270a6794408ebd4d82 Mon Sep 17 00:00:00 2001 From: Cameron Norman Date: Thu, 31 Dec 2015 12:57:18 -0800 Subject: [PATCH] docs/quickstart: fix port number --- docs/quickstart/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart/index.rst b/docs/quickstart/index.rst index 60d82ea1..e6d4186f 100644 --- a/docs/quickstart/index.rst +++ b/docs/quickstart/index.rst @@ -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