Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.26 KB

README.rst

File metadata and controls

41 lines (29 loc) · 1.26 KB

REANA

About

REANA is a platform for reusable research data analyses. It permits researchers to structure their analysis data, code, environment and workflows in reusable manner. REANA command-line client allows users to instantiate and run computational research data analysis workflows on remote containerised compute clouds. REANA was born to target the use case of particle physics analyses, but is applicable to any scientific discipline.

This repository holds the REANA project web site. It uses Lektor static web site generator.

Installation

$ docker build -t reanahub/reanaio .

Running

$ docker run --name reanaio -d -p 8080:8080 reanahub/reanaio
$ firefox http://localhost:8080/
$ docker stop reanaio && docker rm reanaio