Deployment of a full openVRE-based analysis platform, including:
- openVRE module (frontend and backend): https://github.com/inab/openVRE/tree/dockerized
- Keycloak Authentication server
- Cluster SGE
Require Docker/Docker-compose
- clone https://gitlab.bsc.es/FL/dashboard-demo.git (check branch for master o eucaim_fld)
- cd to dashboard-demo/front_end
- git submodule add https://gitlab.bsc.es/FL/openvre-demo (select appropriate branch)
- Configure .env: HOSTNAME and IP_HOST y comprovar …./config/globals.inc.php
- docker-compose build
- docker-compose up -d
- mongo_seed loads mongodb contents (drop existing data, remove --drop from mongo_seed import.sh after first load)
- rsync front_end/openVRE/install/data/ to volumes/shared_data
- at docker sgecore, execute "qconf -mconf" to modify min_uid=1000 (and min_gid) to 0
Mockup Data adapted to DT4H
