"README.md" did not exist on "da468e3097e19af2f0c3c78a9766d738fd89f604"
Newer
Older
# Building openBIS
## Requirements
JDK8
```
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.