From b16e201c132af4593bb7bd483e4b074229bdd281 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org>
Date: Mon, 9 Mar 2020 16:56:21 +0100
Subject: [PATCH] DOC: added hint for testing running server

---
 README_SETUP.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/README_SETUP.md b/README_SETUP.md
index 32c68d75..b4a423e0 100644
--- a/README_SETUP.md
+++ b/README_SETUP.md
@@ -110,6 +110,13 @@ Done!
 
 `$ make run`
 
+This can take a while. Once you see `Starting caosdb.server.CaosDBServer
+application` the server is ready and you can try it out by connecting with a
+client, e.g. the web client, if you installed it. Typically, you just need to
+type `https://localhost:10443` in your Browser, assuming you used 10443 as port.
+Note, that you will get a security warning if you are using a self-signed
+certificate.
+
 # Run Unit Tests
 
 `$ make test`
-- 
GitLab