From 29e2fa363473c27e9422583c056bec6cad4e7041 Mon Sep 17 00:00:00 2001 From: Robert Metzger Date: Fri, 27 Sep 2013 14:59:45 +0200 Subject: [PATCH] Improved readme With help from @uce --- README.md | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index c6093fa53b5..a4df30331cc 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,6 @@ -# ozone +# Stratosphere - "Ozone" Distribution - -This is the source code repository of the Stratosphere research project. - -See www.stratosphere.eu for project details, publications, etc - -ozone is the codename of the latest Stratosphere distribution. - - - -Build Status: [![Build Status](https://travis-ci.org/dimalabs/ozone.png)](https://travis-ci.org/dimalabs/ozone) +Big Data looks tiny from Stratosphere. ## Getting Started Below are three short tutorials that guide you through the first steps: Building, running and developing. @@ -19,16 +10,16 @@ Below are three short tutorials that guide you through the first steps: Building This tutorial shows how to build Stratosphere on your own system. Please open a bug report if you have any troubles! #### Requirements -* Unix-like environment (We use Linux, Mac OS X, it should run with cygwin) +* Unix-like environment (We use Linux, Mac OS X, Cygwin) * git * maven * Java 6 or 7 -. - - git clone https://github.com/dimalabs/ozone.git - cd ozone - mvn -DskipTests clean package # this will take up to 5 minutes +``` +git clone https://github.com/dimalabs/ozone.git +cd ozone +mvn -DskipTests clean package # this will take up to 5 minutes +``` Stratosphere is now installed in `stratosphere-dist/target` If you’re a Debian/Ubuntu user, you’ll find a .deb package. We will continue with the generic case. @@ -172,7 +163,14 @@ We use the GitHub Pull Request system for the development of Stratosphere. Just Let us know if you have created a system that uses Stratosphere, so that we can link to you. +## About +[Stratosphere](www.stratosphere.eu) is a DFG-founded research project. Ozone is the codename of the latest Stratosphere distribution. +We combine cutting edge research outcomes with a stable and usable codebase. +Decisions are not made behind closed doors. We discuss all changes and plans on our Mailinglists and on GitHub. + + +Build Status: [![Build Status](https://travis-ci.org/dimalabs/ozone.png)](https://travis-ci.org/dimalabs/ozone) -- GitLab