Setting Up the Shared Folder

Procedure

  1. Log on to a machine that can access the NFS shared folder with the user account meant to be used by the EMS server.
  2. Create the shared folder.
    For example, ~/OpenShift/shared.
  3. Modify the permissions to your requirements.
    For example, 750 (rwxr-x---)

Example

> mkdir -p ~/OpenShift/shared
> chmod -R 750 ~/OpenShift/shared