diff --git a/README.md b/README.md index e871164d7aabd179a302be8d3c5065ef7768beab..5f6e54bc1c242917860a0aed154b8f7badc16d44 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