summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormguetlein <martin.guetlein@gmail.com>2011-05-03 14:14:54 +0200
committermguetlein <martin.guetlein@gmail.com>2011-05-03 14:14:54 +0200
commit8e98ba83791c01b826f4cd5f36edaf6a6d0b8e90 (patch)
tree4e274fdc7c37441309385499e4bde6a7cd14617c
parent7b37b2c92dc746446b6110eab2038254bd704a11 (diff)
adding validation to installer
-rwxr-xr-xbase-install.sh2
-rwxr-xr-xopentox-webservices.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/base-install.sh b/base-install.sh
index 4f554fc..fbf0689 100755
--- a/base-install.sh
+++ b/base-install.sh
@@ -27,7 +27,7 @@ fi
touch $OT_UI_CONF
# Pkgs
-packs="binutils build-essential git-core hostname libcurl4-openssl-dev libgsl0-dev libreadline5-dev libreadline-dev libssl-dev libxml2-dev libxslt1-dev lsb-release pwgen raptor-utils r-base r-base-core r-base-dev sun-java6-jdk wget zlib1g-dev"
+packs="binutils build-essential git-core gnuplot hostname libcurl4-openssl-dev libgsl0-dev libreadline5-dev libreadline-dev libsqlite3-dev libssl-dev libxml2-dev libxslt1-dev lsb-release pwgen raptor-utils r-base r-base-core r-base-dev sqlite3 sun-java6-jdk wget xsltproc zlib1g-dev"
echo
echo "Base Packages:"
diff --git a/opentox-webservices.sh b/opentox-webservices.sh
index 7e904ad..23af311 100755
--- a/opentox-webservices.sh
+++ b/opentox-webservices.sh
@@ -42,7 +42,7 @@ echo "Webservices ('$LOG'):"
mkdir -p "$WWW_DEST/opentox" >>$LOG 2>&1
cd "$WWW_DEST/opentox" >>$LOG 2>&1
-for s in compound dataset algorithm model toxcreate task; do
+for s in compound dataset algorithm model toxcreate task validation; do
rm -rf "$s" >>$LOG 2>&1
$GIT clone "git://github.com/opentox/$s.git" "$s" >>$LOG 2>&1
cd "$s" >>$LOG 2>&1