Preparing for File Sharing on UNIX

The project must be located on a mounted drive accessible by all TIBCO developers. You then go through these steps:

Procedure 

  1. Create a Unix group for the TIBCO developers (for example, tibdev).

  2. Create a Unix account for each developer. Each account must have its Primary Group ID set to the group "tibdev".

  3. For each account, the umask must be set to 002 to ensure the entire group has write permission on resources (folder and file) in Designer projects. Set the umask in the .login or .profile file, as follows:

   $ umask 002