aboutsummaryrefslogtreecommitdiff
path: root/docs/admin/03_testing.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/admin/03_testing.rst')
-rw-r--r--docs/admin/03_testing.rst24
1 files changed, 24 insertions, 0 deletions
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