
This software product has no longer been maintained in the TMF Docker Hub since 2020. The latest versions in the form of docker-compose are continuously made available at ths-greifswald.de.
For questions and suggestions, please contact us.
The Consent Management solution gICS supports the management of digital and paper-based informed consent documents. It facilitates checking for various policies and modules of a consent in real time.
tmfev/gics:2.11.0
tmfev/gics:latest
The gICS Docker image bases on the mosaicgreifswald/wildfly image (latest), which was extended with a mysql database and the necessary deployments for gICS. After successful start of the container, the database is prepared and initialised. Afterwards the wildfly starts and publishes the EAR- and WAR-files.
For more flexibility and ease of use, it is possible to access the MySQL Database, to mount a folder of the host-system as database volume
docker run -p 8080:8080 tmfev/gics:latest
http://your-ip:8080/gics-webIn order to access the database the port 3306 has to be published.
Change the run command to
docker run -p 8080:8080 -p 3306:3306 tmfev/gics:latest
Database credentials:
user=gics_user, password=gics_password
docker run -p 8080:8080 -v /your/path/to/sqls:/entrypoint-mysql-initfiles tmfev/gics:latest
docker run -p 8080:8080 -v /your/absolute/path:/entrypoint-mysql-data tmfev/gics:latest
Concept and implementation:
Please cite our publications:
For more info visit
This Software was developed by the University Medicine Greifswald. It it licensed under AGPLv3 and initially provided by the DFG-funded MOSAIC-Project (grant number HO 1937/2-1). Selected functionalities of gICS were developed as part of the MAGIC Project (funded by the DFG HO 1937/5-1).
Content type
Image
Digest
Size
777.8 MB
Last updated
over 6 years ago
docker pull tmfev/gics