Newer
Older
mode=$1
fi
fi
echo "[ Run mode=$mode ]"
if [ $mode == "engine" ]; then
fi
if [ $mode == "lqs" ]; then
(cd modules/liquidsoap/ && /usr/bin/liquidsoap $debug ./engine.liq)
echo "Building Web Applications"
sh ./script/build-web.sh
echo "Starting API Server"