Versions Compared

Key

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

...

  1. Enter the release content directory:
    $ cd ./<staging directory>/<release content directory>

  2. Execute the installation:
    $ ./setup.sh install

    Tip
    titleHint!

    The setup script verifies that the target filesystem has at least 5GB of free space. If the validation fails you will be 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
    titleNote!
     If the Platform failed to start, check the platform.log file in $MZ_HOME/log for details.
  3. If you have multiple platform installations on a same machine, change the directory by execute the following property to avoid any error:
    mz.syslog.debuglogfile.filedir

Note

Note!

This property defines the location of the debug log file. The default value is /tmp/syslog.

Skip this step if you do not have multiple platform installations on the same machine.

  1. Start the Platform:
    $ mzsh startup platform

...

The installation of the Platform Container is now complete.

...