Skip to content

Commit 1a52b69

Browse files
authored
Merge pull request #1356 from sjg20/webapp
contrib: Show how to get the graph
2 parents fbf25cf + d2bd508 commit 1a52b69

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

contrib/README.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Quick Start
2424
--port PORT Port to serve on
2525
--proxy PROXY, -P PROXY
2626
27-
venv $ ./contrib/labgrid-webapp --help
27+
venv $ ./contrib/labgrid-webapp
2828
INFO: Available routes:
2929
INFO: - /labgrid/graph
3030
INFO: Started server process [2378028]
@@ -34,8 +34,10 @@ Quick Start
3434
...
3535
3636
Please note that the graph feature relies on a valid `graphviz` system
37-
installation.
37+
installation. See http://graphviz.org/download/
3838

3939
By default the application will start on port 8800.
4040

41+
To see the graph, go to http://0.0.0.0:8800/labgrid/graph
42+
4143
See http://0.0.0.0:8800/docs for more information on available endpoints.

0 commit comments

Comments
 (0)