Platform Software Installation
The final step in the Platform Container installation must be executed as the mzadmin UNIX user. The following command session sets up the directory structure and installs all the software. The release content directory is the working directory for the installation.
To install the software:
- Enter the release content directory:
$ cd ./<staging directory>/<release content directory>
 Execute the installation:
$ ./setup.sh install
Hint!
The setup script verifies that the target file system has at least 5GB of free space. If the validation fails you are prompted to continue or not. Choosing not to continue aborts the installation. You can disable this validation by adding a flag to the setup script.
$ ./setup.sh install -DsilentMode=y
The Platform is automatically started and shut down during the installation.
Note!
 If the Platform fails to start, check theÂplatform.log
 file inÂ$MZ_HOME/log
 for details.Start the Platform:
$ mzsh startup platform
 ÂStart the Desktop pico:
$ mzsh startup ui
 Â
The installation of the Platform Container is now complete.