diff --git a/docs/system-admin-documentation/installation/installation-and-configuration-guide.md b/docs/system-admin-documentation/installation/installation-and-configuration-guide.md index a74b30b08f5da0c5b7ec2592348bc160b9e97ea3..24e0a7a35ad3beae2887c18b1a031d5d7d4e52aa 100644 --- a/docs/system-admin-documentation/installation/installation-and-configuration-guide.md +++ b/docs/system-admin-documentation/installation/installation-and-configuration-guide.md @@ -486,8 +486,9 @@ openBIS database. They are all mandatory. | database.admin-password | Password for admin user. Usual an empty string. | | `database.owner` | ID of the user owning the data. This should generally be openbis. The openbis role and password need to be created. In case of an empty string it is the same user who started up openBIS Application Server. | | `database.owner-password` | Password of the owner. | - -> :warning: **The credentials for the database user with the privilege to create a new database depends on the installation and configuration of the PostgreSQL database.** +```{warning} +The credentials for the database user with the privilege to create a new database depends on the installation and configuration of the PostgreSQL database. +``` ## Start Server @@ -501,7 +502,9 @@ are configured). Log files can be found in `<installation folder>/servers/openBIS-server/jetty/logs`. Also the following command shows the log:Â `<installation folder>/bin/bislog.sh` -> :warning: **The first user logged in into the system will have full administrator rights (role `INSTANCE_ADMIN`).** +```{warning} +The first user logged in into the system will have full administrator rights (role `INSTANCE_ADMIN`). +``` ## Stop Server @@ -1266,7 +1269,9 @@ application server should access this database as a user which is member of a read-only group. The name of this read-only group is project specific. -> :information_source: It is possible to configure openBIS to query multiple project-specific databases. +```{note} +It is possible to configure openBIS to query multiple project-specific databases. +``` #### Create Read-Only User in PostgreSQL