diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..056ff984756c00995a56a88e59915e7fe5c7853c --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# Building openBIS + +## Requirements +JDK8 + +## Step By Step: +``` +git clone https://sissource.ethz.ch/sispub/openbis.git +cd installation/ +./gradlew clean +./gradlew build -x test +``` +## Where the build is found? +``` +./installation/targets/gradle/distributions/openBIS-installation-standard-technologies-SNAPSHOT-rXXXXXXXXXX.tar.gz +``` + +## Why we disable tests to make the build? +They slowdown the time to obtain a build plus some tests could have additional environment requirements. \ No newline at end of file