Skip to content

Run locally

Pre-requisites

Hardware requirements

  • 4GB of RAM
  • 1 CPU core
  • 16GB HDD

Methods for running the UI

First get the latest version of the code from the repository

git clone https://github.com/CNAG-Biomedical-Informatics/convert-pheno-ui.git

  • rename the file example.env to .env and fill in the variables
  • Run docker compose up -d
  • Open your browser and go to localhost most likely you will get a warning about the certificate, just accept it

Convert-Pheno is designed to be run as a collection of microservices.

Please consult the dev_docs in the repository for more information.