From aaff7fee68f34fe27c8ebe5daca0a8e116b58757 Mon Sep 17 00:00:00 2001 From: Carsten Fortmann-Grote Date: Mon, 16 Dec 2024 11:08:48 +0100 Subject: [PATCH] Update readme. - Documentation of ontop db user creation and permissions. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e5e00f0..2f44a12 100644 --- a/README.md +++ b/README.md @@ -23,12 +23,18 @@ patch -p1 < portmapping.patch cd .. ``` +### Add ontop database user +```console +psql -U postgres -W -h localhost -p 15432 -d postgres < sql/ontop_user.sql +``` + ### Get omero-py Install omero-py via pip or from conda-forge. The script /utils\/install_omero-py.sh/ downloads and installs miniconda to the user's home directory and install omero-py as well as pytest and rdflib into the base environment. ```console source utils/install_omero-py.sh ``` + ### Launch omero-test-infra ```console .omero/docker dev start_up