Versions Compared

Key

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

...

By default, the MettleCI Workbench installer creates a new user called mciworkb (if it doesn’t already exist) and sets its primary group to dstage. All files created during the installation are owned by that user and group.

If your environment requires you to use a different user, do the following:

  1. As root, create an environment variable called DM_WORKBENCH_USER and set it to the name of the user you want to use.

If your environment requires you to use a different group, do the following:

  1. As root, create an environment variable called DM_DSTAGE_GROUP and set it to the name of the group you want to use.

Tip

Use the export or setenv command (depending on which shell you’re using) to set these environment variables. This ensures the the installation processes are able to access them.

Avoid changing shells between the setting of environment variables and the execution of installation commands.

Installation / Upgrade

Note

Before you perform an upgrade:

  1. Record the ownership and permissions for the MettleCI Home folder (usually ‘/opt/dm/mci’)

  2. Back up the MettleCI Home folder.

...