summaryrefslogtreecommitdiff
path: root/opentox-webservices.sh
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2011-02-22 15:24:15 +0100
committerChristoph Helma <helma@in-silico.ch>2011-02-22 15:24:15 +0100
commitd3cea0a0d792b76464b0760c879d61e91725c675 (patch)
tree06775b954c1eda1f9612da88f01b786a8c74ce65 /opentox-webservices.sh
parent3ab2f8d8d61e2239d05c9a129f2c8df2efbcee0e (diff)
validation istallation fixed
Diffstat (limited to 'opentox-webservices.sh')
-rw-r--r--opentox-webservices.sh11
1 files changed, 9 insertions, 2 deletions
diff --git a/opentox-webservices.sh b/opentox-webservices.sh
index f692358..d67c706 100644
--- a/opentox-webservices.sh
+++ b/opentox-webservices.sh
@@ -20,9 +20,16 @@ for s in compound dataset algorithm model toxcreate task; do
ln -s /var/www/opentox/$s/public /var/www/$s
cd -
done
+
+# validation service
git clone http://github.com/mguetlein/opentox-validation.git validation
-cd validation
-git checkout -t origin/$branch
+cd /var/www/opentox/validation
+git checkout -t origin/test
+gem install ruby-plot
+mkdir -p public
+ln -s /var/www/opentox/validation/public /var/www/validation
+
+# fminer etc
cd /var/www/opentox/algorithm
updatedb
rake fminer:install