We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fbf25cf + d2bd508 commit 1a52b69Copy full SHA for 1a52b69
1 file changed
contrib/README.rst
@@ -24,7 +24,7 @@ Quick Start
24
--port PORT Port to serve on
25
--proxy PROXY, -P PROXY
26
27
- venv $ ./contrib/labgrid-webapp --help
+ venv $ ./contrib/labgrid-webapp
28
INFO: Available routes:
29
INFO: - /labgrid/graph
30
INFO: Started server process [2378028]
@@ -34,8 +34,10 @@ Quick Start
34
...
35
36
Please note that the graph feature relies on a valid `graphviz` system
37
-installation.
+installation. See http://graphviz.org/download/
38
39
By default the application will start on port 8800.
40
41
+To see the graph, go to http://0.0.0.0:8800/labgrid/graph
42
+
43
See http://0.0.0.0:8800/docs for more information on available endpoints.
0 commit comments