Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
docker run -v /Users/docker/openbis_docker_recipe/state-net=host -eSERVER_HOST_PORT="bs-openbis-sis-ci-sprint.ethz.ch:443"-eGROUP_ID=12940 -eGROUP_NAME="bsse-sis"-eCORE_PLUGINS='enabled-modules = monitoring-support, dropbox-monitor, dataset-uploader, dataset-file-search, xls-import, openbis-sync, eln-lims, eln-lims-life-sciences'-v$OPENBIS_STATE_DIR:/home/openbis/openbis_state ---hostname bs-mbpr28 -p 8443hostnamebs-openbis-sis-ci-sprint.ethz.ch -p443:443 debian-openbis:latest &

If everything was configured correctly the console will show at the end a correct openbis and data store server start as shown below and you can then access openBIS at https://bs-mbpr28/openbis/#.

...

 

Code Block
languagebash
#  Data:
-- N/A
# Logs:
/home/openbis/openbis/servers/openBIS-server/jetty/logs -> /home/openbis/openbis_state/as_logs
# Configuration:
/home/openbis/openbis/servers/openBIS-server/jetty/etc -> /home/openbis/openbis_state/as_etc

openBIS DSS

Code Block
languagebash
# Data:
/home/openbis/store -> /home/openbis/openbis_state/dss_store
/home/openbis/openbis/servers/datastore_server/data/sessionWorkspace -> /home/openbis/openbis_state/dss_session_workspace
# Logs:
/home/openbis/openbis/servers/datastore_server/log -> /home/openbis/openbis_state/dss_logs
# openBIS DSS Logs not allowed to be mounted outside of the container:
/home/openbis/openbis/servers/datastore_server/log-registrations/
# Configuration:
/home/openbis/openbis/servers/datastore_server/etc -> /home/openbis/openbis_state/dss_etc