From 95b63fb44d9a10a8a06a519eff8bd66cc424166c Mon Sep 17 00:00:00 2001 From: Francesco Corcoglioniti <francesco.corcoglioniti@gmail.com> Date: Tue, 2 Aug 2022 14:14:58 +0200 Subject: [PATCH] Added info about how to check that everything runs correctly --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e871164..5f6e54b 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,10 @@ Note that all the following commands reported here must be executed from the top ``` (note: may add option `-d` to run in background, in which case logs are not displayed to standard output but are still accessible via `docker-compose logs`) +* to test everything is running properly + - open the Ontop portal at `http://localhost:18080/` in a browser, click on tab `Example query` and run the query titled `All companies`, which should produce 3 results + - click on any URI under column `company`, which should open the LodView visualization of that individual in another browser tab, including title, description, properties and image + * to stop the application, if running ``` docker-compose down -- GitLab