RPB integrates with Mainzelliste (1.6.1) to provide first class patient pseudonym generation and identity management.
OS | Init | Application Server | Database |
---|---|---|---|
Debian 9 (Stretch) | System V | JDK 7, Tomcat 7 | PostgreSQL 8.4 PostgreSQL 9.5 |
- Port: 5432
- Locale: UTF8
- Root user: postgres
psql -U postgres -c "CREATE ROLE mainzelliste LOGIN ENCRYPTED PASSWORD 'mainzelliste' SUPERUSER NOINHERIT NOCREATEDB NOCREATEROLE"
psql -U postgres -c "CREATE DATABASE mainzelliste WITH ENCODING='UTF8' OWNER=mainzelliste"