From b4d47d2dbf83530ec30a1020e2166dccdb97fee0 Mon Sep 17 00:00:00 2001
From: tpylak <tpylak>
Date: Mon, 23 Aug 2010 09:14:36 +0000
Subject: [PATCH] LMS-1709 test instance: scripts

SVN: 17566
---
 screening/dist/admin/readme.txt | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 screening/dist/admin/readme.txt

diff --git a/screening/dist/admin/readme.txt b/screening/dist/admin/readme.txt
new file mode 100644
index 00000000000..5d469ca4d11
--- /dev/null
+++ b/screening/dist/admin/readme.txt
@@ -0,0 +1,10 @@
+How to install 'openbis for Screening' from scratch:
+- enter the directory where you want to install openbis (e.g. ~/openbis)
+- create 'servers' directory and copy 2 zip distributions for openBIS AS and openBIS DSS into it 
+- create the bin directory in a following way:
+  mkdir bin
+  cd bin
+  wget svncisd.ethz.ch/repos/cisd/screening/trunk/dist/admin/svn-update.sh
+  . ./svn-update.sh
+- run install script
+	bin/install.sh
\ No newline at end of file
-- 
GitLab