comparison README.md @ 276:863ec6010045

merge
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 30 Jul 2018 13:13:26 +0200
parents 5ee0edc01a18
children 9d6ba97a31d2
comparison
equal deleted inserted replaced
275:89f1aa33adcf 276:863ec6010045
20 - `./schema/install-db.sh --help` shows you available options. 20 - `./schema/install-db.sh --help` shows you available options.
21 Per default the script will create a database named "gemma" and all 21 Per default the script will create a database named "gemma" and all
22 necessary roles in the postgres default cluster (listening on port 22 necessary roles in the postgres default cluster (listening on port
23 5432). 23 5432).
24 24
25 - The script mus be run as a user with PostgreSQL super user rights. 25 - The script must be run as a user with PostgreSQL super user rights.
26 By convention this is the "postgres" on most systems. 26 By convention this is the "postgres" on most systems.
27 27
28 - Standard case: as user "postgres", in the top level directory of the 28 - Standard case: as user "postgres", in the top level directory of the
29 repo run: 29 repo run:
30 30