comparison README.md @ 272:5ee0edc01a18

Small typo fix.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 30 Jul 2018 12:32:52 +0200
parents a2f7049daf7f
children 9d6ba97a31d2
comparison
equal deleted inserted replaced
271:02aaff4b4a66 272:5ee0edc01a18
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