Update benchmark and clientx scripts
[bottlenecks.git] / rubbos / rubbos_scripts / 1-1-1 / scripts / CLIENT1_install.sh
1 #!/bin/bash
2
3 cd /bottlenecks/rubbos/rubbos_scripts/1-1-1
4 source set_bottlenecks_rubbos_env.sh
5
6 echo "INSTALLING RUBBOS CLIENT on $HOSTNAME"
7
8 if [ ! -d "$RUBBOS_APP" ]; then
9 mkdir -p $RUBBOS_APP
10 chmod 755 $RUBBOS_APP
11 fi
12
13 tar xzf $SOFTWARE_HOME/$JAVA_TARBALL --directory=$RUBBOS_APP
14
15 echo "DONE INSTALLING RUBBOS CLIENT on $HOSTNAME"