Skip to content
Snippets Groups Projects
Commit 01856fd4 authored by tpylak's avatar tpylak
Browse files

LMS-768 update build script

SVN: 10114
parent 507cc585
No related branches found
No related tags found
No related merge requests found
...@@ -34,14 +34,14 @@ unzip ../openBIS-server-S$VER* ...@@ -34,14 +34,14 @@ unzip ../openBIS-server-S$VER*
cd openBIS-server cd openBIS-server
./install.sh $PWD ../../service.properties ./install.sh $PWD ../../service.properties
echo Installing download server... echo Installing datastore server...
cd .. cd ..
unzip ../download-server-S$VER* unzip ../datastore_server-S$VER*
cd download-server cd datastore_server
cp ~/old/sprint-$PREV_VER/download-server/etc/service.properties etc/ cp ~/datastore_server-service.properties etc/service.properties
chmod 700 download-service.sh chmod 700 datastore_server.sh
export JAVA_HOME=/usr export JAVA_HOME=/usr
./download-service.sh start ./datastore_server.sh start
echo Doing some cleaning... echo Doing some cleaning...
cd cd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment