From c63e4627ec0613f7fcc6d9a936c14a64a2655b33 Mon Sep 17 00:00:00 2001 From: Jonathan Weth Date: Mon, 27 Jul 2020 15:31:27 +0200 Subject: Add documentation --- docs/admin/03_testing.rst | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 docs/admin/03_testing.rst (limited to 'docs/admin/03_testing.rst') diff --git a/docs/admin/03_testing.rst b/docs/admin/03_testing.rst new file mode 100644 index 0000000..ab427bc --- /dev/null +++ b/docs/admin/03_testing.rst @@ -0,0 +1,24 @@ +Test your installation +====================== + +To ensure that your D-Bus daemon is installed and configured correctly +and can work with the RWA server, +you can use the test client provided in the Session Service package: + + +Firstly, start the D-Bus daemon in foreground (e. g. in a second terminal), +so the client can interact with it: + + +:: + + poetry run python service.py + +Now you can use the test client to start a test session +and register it in your RWA server. It will return a PIN and +a URL in JSON which you can use to connect to the remote session +in the web browser: + +:: + + poetry run python test_client.py \ No newline at end of file -- cgit v1.2.3