Skip to content

Latest commit

 

History

History
51 lines (29 loc) · 931 Bytes

README.md

File metadata and controls

51 lines (29 loc) · 931 Bytes

Portal Metadata Backend

Version: 2.3

Description

Metadata service for the PhenoMeNal Portal.

Installation

As a requirement to install the Portal Metadata Backend you need running instances of both MySQL and Galaxy servers. Accordingly to their configuration, set the following parameters in your environement:

  • MYSQL_USER
  • MYSQL_PASSWORD
  • MYSQL_HOST
  • GALAXY_URL
  • GALAXY_API_KEY

... and run ./setup.sh to configure your Metatada Backend.

Finally, to start the server launch the following command:

start.sh <SERVICE-PORT>

... where <SERVICE-PORT> is the port which your metadata server will listen on.

Key features

  • Local Cloud Research Environment Deployment
  • Metadata server

Functionality

  • Other Tools

Tool Authors

  • Marco Enrico Piras (CRS4)
  • Luca Pireddu (CRS4)
  • Sijin He (EMBL-EBI)

Git Repository