The final step in the Execution Container installation must be executed as the mzadmin UNIX user. The following command session will setup sets up the directory structure and install installs all the software. The release content directory is the working directory for the installation.
...
Enter the release content directory:
Code Block language text theme Eclipse $ cd ./<staging directory>/<release content directory>
Execute the installation:
Code Block language text theme Eclipse $ ./setup.sh install
If the Platform was running during the installation, the Execution Container will be is registered in STR. You can register the container manually by using the command
mzsh
topo register
.Info title Example - Register container. Code Block language text theme Eclipse $ mzsh topo register
The installation ofthe of the Execution Container is now completedcomplete.