mvidalgarcia / www.reana.io

REANA project web site

Home Page:http://www.reana.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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. It uses Lektor static web site generator.

Installation

$ docker build -t reanahub/wwwreanaio .

Running

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

About

REANA project web site

http://www.reana.io/

License:MIT License


Languages

Language:HTML 72.5%Language:CSS 23.7%Language:Shell 2.5%Language:Dockerfile 1.3%