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

SE-104 add scripts comments

SVN: 10990
parent 4d021c9f
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
# Shuts down openBIS and DSS
dss-down.sh
bis-down.sh
#!/bin/bash
# Starts up openBIS and DSS
echo Starting openBIS.
bis-up.sh
echo Waiting 20 sec for openBIS to start up....
......
#!/bin/bash
# Shuts down openBIS server
./sprint/openBIS-server/apache-tomcat/bin/shutdown.sh
#!/bin/bash
# Shows openBIS server log
less ./sprint/openBIS-server/apache-tomcat/logs/openbis_log.txt
#!/bin/bash
# Starts up openBIS server
./sprint/openBIS-server/apache-tomcat/bin/startup.sh
#!/bin/bash
# Shuts down DSS
./sprint/datastore_server/datastore_server.sh stop
#!/bin/bash
# Shows DSS log
less sprint/datastore_server/log/datastore_server_log.txt
#!/bin/bash
# Starts up DSS
./sprint/datastore_server/datastore_server.sh start
#!/bin/bash
# Author: Tomasz Pylak
# this small script updates all scripts available in this directory from svn
# Updates all scripts available in the current directory to the version found in SVN.
SVN=http://svncisd.ethz.ch/repos/cisd/openbis_all/trunk/source/bash
TMP=svn-update-tmp
......
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