Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
- Documentation of ontop db user creation and permissions.
  • Loading branch information
Carsten Fortmann-Grote committed Dec 16, 2024
1 parent 0a1a324 commit aaff7fe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aaff7fe

Please sign in to comment.