Skip to content

Postgres Datenbanken für das EVIDENCE-Projekt

License

Notifications You must be signed in to change notification settings

satzbeleg/evidence-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EVIDENCE project - Postgres Database for Authentification (dbauth)

Purpose

The databases store application data and authorization data in Postgres databases. The can be accessed via the REST API, and thus indirectly, the Web App. The database containers are only reachable within the Docker network.

Installation

Please follow the instruction of the deployment repository.

Inject Data

cd $EVIDENCE_DEPLOY 
cat database/dbauth/demo/test-user.sql | docker exec -i evidence_dbauth psql -U evidence -d evidence

Appendix

Support

Please open an issue for support.

Contributing

Please contribute using Github Flow. Create a branch, add commits, and open a pull request. You are asked to sign the CLA on your first pull request.