Skip to content

reanahub/reana-ui

Repository files navigation

REANA-UI

https://readthedocs.org/projects/reana-ui/badge/?version=latest

About

REANA-UI is a component of the REANA reusable and reproducible research data analysis platform. REANA-UI provides a web interface to review production and historical workflows.

Features

  • profile page containing REANA access token
  • list of personal workflows
  • workflow details page containing logs, files, specification
  • GitLab integration to load your workflow repositories

Usage

The detailed information on how to install and use REANA can be found in docs.reana.io.

Development

$ git clone https://github.com/reanahub/reana-ui.git
$ cd reana-ui/reana-ui
$ npm install
$ npm start # make sure REANA_SERVER_URL env var is set
$ firefox localhost:3000

Useful links