summaryrefslogtreecommitdiff
path: root/opentox-fminer.sh
diff options
context:
space:
mode:
Diffstat (limited to 'opentox-fminer.sh')
-rw-r--r--opentox-fminer.sh23
1 files changed, 23 insertions, 0 deletions
diff --git a/opentox-fminer.sh b/opentox-fminer.sh
new file mode 100644
index 0000000..571fb19
--- /dev/null
+++ b/opentox-fminer.sh
@@ -0,0 +1,23 @@
+#!/bin/sh
+
+echo "Installing fminer"
+dir=`pwd`
+cd /var/www/opentox/algorithm
+git submodule init
+git submodule update
+
+cd libfminer/libbrc
+git checkout master
+git pull
+./configure
+make ruby
+
+cd ../liblast
+git checkout master
+git pull
+./configure
+make ruby
+
+cd ../../last-utils
+git checkout master
+git pull