Versions Compared

Key

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

...

Configuring the JOC Cockpit

Database Connection

Configure Database Connection

Install Database Objects

Code Block
languagebash
titleInstall Database Objects
linenumberstrue
# create database objects
 docker exec -ti js7-joc-primary /bin/bash -c /opt/sos-berlin.com/js7/joc/install/joc_install_tables.sh

...

  • The docker exec command connects to the JOC Cockpit container js7-joc-primary and executes a script to install the database object objects required for operation of JOC Cockpit.. 

Initial Operation

Image Added

Explanations:

  • TBD