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

LMS-1709 test instance: scripts

SVN: 17592
parent 8ef5c58b
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
# Overrides all user display settings with the settings of the template user.
echo Remove 'exit' after configuring existing user name, currently it is $TEMPLATE_USER
exit
exit 1
TEMPLATE_USER=openbis-user-name
BASE=`dirname "$0"`
......
......@@ -29,7 +29,7 @@ pg_dump -U $DB_USER_NAME -Fc $OPENBIS_DB > $BACKUP_DIR/$OPENBIS_DB-${NOW}.dmp
pg_dump -U $DB_USER_NAME -Fc $IMAGING_DB > $BACKUP_DIR/$IMAGING_DB-${NOW}.dmp
echo Installing openBIS Datastore Server
unzip $ROOT_DIR/datastore*.zip
unzip $ROOT_DIR/datastore*.zip -d $ROOT_DIR
echo Installing openBIS Application Server
unzip $ROOT_DIR/openBIS-*.zip -d $ROOT_DIR
......
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