diff schema/demo-data/README @ 176:0c0826063561

Separate cluster and database specific commands This allows to setup more than one database with demo data on the same cluster by using only the script with database specific commands.
author Tom Gottfried <tom@intevation.de>
date Tue, 17 Jul 2018 12:01:14 +0200
parents 433a992befdb
children 5e38667f740c
line wrap: on
line diff
--- a/schema/demo-data/README	Fri Jul 13 14:56:32 2018 +0200
+++ b/schema/demo-data/README	Tue Jul 17 12:01:14 2018 +0200
@@ -6,7 +6,7 @@
 suitable for any kind of production use.
 
 THIS DATA CONTAINS UNSAFE AND PUBLICLY KNOWN PASSWORDS.  DO NOT
-INSTALL ON REMOTE ACCESSIBLE SYSTEMS! 
+INSTALL ON REMOTE ACCESSIBLE SYSTEMS!
 ------------------------------------------------------------------------
 
 Defined Users:
@@ -22,11 +22,12 @@
 
 Installation:
 
-We assume, you already have a database "gemma" with the Genna schema
+We assume, you already have a database "gemma" with the Gemma schema
 in place.
 
 As postgres super user ("postgres" on most default installations):
 
+  psql -f roles.sql -d gemma
   psql -f users.sql -d gemma
   psql -f responsibility_areas.sql -d gemma