From 9a4fdada6bb87ff328e0d0b3ab86a9a86dea89a0 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Thu, 20 Oct 2011 13:59:03 -0600 Subject: [PATCH] updated readme --- README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README b/README index 59674cf..b431eb5 100644 --- a/README +++ b/README @@ -28,6 +28,9 @@ To start a local http server, run: source env_flask/bin/activate python mock_fedorainfra/boji.py +To use the HTML viewer, navigate to: + http://your-host-name-here:5000/boji/ + If you want the http server to be accessible from other machines, add the public host name to the end of boji.py -> app.run(host='your-hostname-here')