view schema/demo-data/README @ 5318:ef07b81d3305

PDFTool: Changed layout rendering of bottleneck infobox. Rationale: There is a conditional warning for bottlenecks necessary which have a ZPG Exception for their respective survey data. This line has to be added to the existing information in the bottleneck infobox. Therefore the layout has to be a bit more dynamic - depending on status of said condition having this exception. The existing code was enhanced to take this fact into account. A spacer variable was used for spacing between bottleneck info and the according legend. The layout of the bottleneck info grows dynamically. The overall optics where a bit streamlined.
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 29 Jun 2021 13:47:10 +0200
parents 5e38667f740c
children
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 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