view schema/demo-data/README @ 137:433a992befdb

Added basic demo data. Started to create a set of test/demo data. For now it only contains a few user accounts for the different user roles and a bunch of responsibility_areas based on Natural Earth data.
author Sascha Wilde <wilde@intevation.de>
date Fri, 29 Jun 2018 17:15:17 +0200
parents
children 0c0826063561
line wrap: on
line source

------------------------------------------------------------------------
                        !!!!!! WARNING !!!!!!

Data within this directory is provided for the sole purpose of testing
and demonstration of the Gemma software.  It is neither intended nor
suitable for any kind of production use.

THIS DATA CONTAINS UNSAFE AND PUBLICLY KNOWN PASSWORDS.  DO NOT
INSTALL ON REMOTE ACCESSIBLE SYSTEMS! 
------------------------------------------------------------------------

Defined Users:

  | Username | Password | Role                   | Country |
  |----------+----------+------------------------+---------|
  | sophie   | so2Phie4 | System Administrator   | AT      |
  | lucian   | lu2Cian4 | Waterway Administrator | RO      |
  | oana     | oa2Na2   | Waterway User          | RO      |
  | penka    | pe2Nka3  | Waterway Administrator | BG      |
  | vanja    | va2Nja3  | Waterway User          | BG      |


Installation:

We assume, you already have a database "gemma" with the Genna schema
in place.

As postgres super user ("postgres" on most default installations):

  psql -f users.sql -d gemma
  psql -f responsibility_areas.sql -d gemma


Acknowledgements:

The file `responsibility_areas.sql' contains information made with
Natural Earth. Free vector and raster map data @ naturalearthdata.com.