#! /bin/sh if [ -z "$DAISY_HOME" ] ; then echo "DAISY_HOME not set!" exit 1 fi REPOSERVER_HOME="$DAISY_HOME/repository-server" DATADIR=$1 if [ "$1" == "" ] ; then echo "Specify the daisy data directory as argument." exit 1 fi export MERLIN_JVM_OPTS="-Xmx128m -Dmerlin.deployment.timeout=0 -Dmerlin.logging.config=$DATADIR/conf/logkit.xml -Dfile.encoding=UTF-8" export MERLIN_HOME=$REPOSERVER_HOME/merlin $MERLIN_HOME/bin/merlin -offline -home $DATADIR -repository $DAISY_HOME/lib -config $DATADIR/conf/myconfig.xml $REPOSERVER_HOME/conf/block.xml