Skip to content
Snippets Groups Projects
Commit 16ba8543 authored by ribeaudc's avatar ribeaudc
Browse files

change: - Start remote installing of sprint server.

SVN: 7866
parent a0267820
No related branches found
No related tags found
No related merge requests found
......@@ -29,4 +29,10 @@ scp *.zip $CISD_SERVER:$SPRINT_DIR
echo Copying new openBIS components to '$SPRINT_SERVER'...
scp openBIS-server-*.zip $SPRINT_SERVER:.
scp download-server-*.zip $SPRINT_SERVER:.
# if [ -x sprint_install.sh ]
# echo Installing server remotely...
# cat sprint_install.sh | ssh -T $SPRINT_SERVER
# fi
echo Done!
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