Skip to content

Commit

Permalink
Merge pull request #1356 from sjg20/webapp
Browse files Browse the repository at this point in the history
contrib: Show how to get the graph
  • Loading branch information
Emantor committed Apr 11, 2024
2 parents fbf25cf + d2bd508 commit 1a52b69
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions contrib/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Quick Start
--port PORT Port to serve on
--proxy PROXY, -P PROXY
venv $ ./contrib/labgrid-webapp --help
venv $ ./contrib/labgrid-webapp
INFO: Available routes:
INFO: - /labgrid/graph
INFO: Started server process [2378028]
Expand All @@ -34,8 +34,10 @@ Quick Start
...
Please note that the graph feature relies on a valid `graphviz` system
installation.
installation. See http://graphviz.org/download/

By default the application will start on port 8800.

To see the graph, go to http://0.0.0.0:8800/labgrid/graph

See http://0.0.0.0:8800/docs for more information on available endpoints.

0 comments on commit 1a52b69

Please sign in to comment.