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

admin scripts for screening

SVN: 17522
parent 50f4e9bf
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ fi ...@@ -11,7 +11,7 @@ fi
ROOT=$BASE/.. ROOT=$BASE/..
cp $ROOT/openBIS-server/jetty/webapps/openbis/WEB-INF/classes/service.properties $CONF/service.properties cp $ROOT/openBIS-server/jetty/webapps/openbis/WEB-INF/classes/service.properties $CONF/service.properties
cp $ROOT/datastore_server/etc/service.properties $CONF/datastore-service.properties cp $ROOT/datastore_server/etc/service.properties $CONF/datastore_servere-service.properties
cp $ROOT/datastore_server/etc/tabular-data-graph.properties $CONF/tabular-data-graph.properties cp $ROOT/datastore_server/etc/tabular-data-graph.properties $CONF/tabular-data-graph.properties
#cp $ROOT/datastore_server/etc/log.xml $CONF/log.xml #cp $ROOT/datastore_server/etc/log.xml $CONF/log.xml
cp $ROOT/openBIS-server/jetty/bin/passwd.sh $CONF/passwd.sh cp $ROOT/openBIS-server/jetty/bin/passwd.sh $CONF/passwd.sh
......
...@@ -36,7 +36,7 @@ unzip $ROOT_DIR/openBIS-*.zip -d $ROOT_DIR ...@@ -36,7 +36,7 @@ unzip $ROOT_DIR/openBIS-*.zip -d $ROOT_DIR
$ROOT_DIR/openBIS-server/install.sh $ROOT_DIR/openBIS-server $ROOT_DIR/openBIS-server/install.sh $ROOT_DIR/openBIS-server
$BASE/restore-config-from-backup.sh $CONFIG $BASE/restore-config-from-backup.sh $CONFIG
cp -r $OLD_BIS/jetty/indices/ $ROOT_DIR/openBIS-server/jetty/ cp -r $OLD_BIS/jetty/indices* $ROOT_DIR/openBIS-server/jetty/
mv $ROOT_DIR/*.zip $BACKUP_DIR/ mv $ROOT_DIR/*.zip $BACKUP_DIR/
$BASE/allup.sh $BASE/allup.sh
\ No newline at end of file
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