This repository contains the software components to create the FAIR data station, used within the ProTRAIT project. This repository is based (unlinked fork) on the DataFAIRifier repository.
To run this DataFAIRifier, you need the following software installed on your computer:
To run this infrastructure, you can go to the folder where you have this docker-compose.yml stored, and type:
docker-compose up
This will download the necessary images, and run the container.
The following commands can help you as well:
docker-compose up -d
: Will start or run docker containers in detached mode, giving you back the command line (and run containers as service in background)docker-compose stop
: will stop all running containersdocker-compose down
: Will stop all containders and remove the active image including datadocker logs <container_name>
: Will show the console logs for the running container, especially helpful in detached modeRegarding the use of GraphDb, please have a look at the quick start guide
To contribute to this project, please follow the guidelines as explained here.