Skip to content
Snippets Groups Projects
Commit 95b63fb4 authored by Francesco Corcoglioniti (personal)'s avatar Francesco Corcoglioniti (personal)
Browse files

Added info about how to check that everything runs correctly

parent 371c3fe4
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment