Downloading Scripts from GitHub

This topic is part of Configuring and Running the Siebel Applications.

To download example scripts from GitHub, do the following:

  1. Create a directory in which to store scripts that will facilitate running and configuring the Siebel applications, for example, siebel. Enter a command like the following:

    mkdir ~/siebel
  2. Change directory to siebel, as follows:

    cd ~/siebel
  3. Copy and clone the ConfiguringSiebel.git repository into the directory you created, as follows:

    git clone https://github.com/OracleSiebel/ConfiguringSiebel.git
  4. Change directory as follows:

    cd ~/siebel/ConfiguringSiebel/Containerization/Docker/oraclelinux/classic-mde/manage/
    scripts/automate-architecture/launch-siebel

This directory contains the configuration file sample-architecture-19.sh and scripts for launching the Siebel applications. This set of scripts encapsulates all the necessary commands to launch the Siebel containers.