Skip to content

reanahub/www.reana.io

Repository files navigation

REANA

image image image

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 www.reana.io.

Developing

Build:

$ docker build -t docker.io/reanahub/wwwreanaio .

Run locally:

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