...
- Linux (~/.cshrc/ or ~/,tcshrc):
setenv QBDIR /usr/local/pfx/qubeset path = ($path $QBDIR/bin $QBDIR/sbin)
- Linux (~/.bashrc):
export QBDIR=/usr/local/pfx/qubeexport PATH=$PATH:$QBDIR/bin:$QBDIR/sbin
- OSX OS X (~/.bashrc):
export QBDIR=/Applications/pfx/qubeexport PATH=$PATH:$QBDIR/bin:$QBDIR/sbin
- Windows: The .msi automatically adds the
C:\Program Files\qube\binto the PATH.
...
In order for jobs to run correctly on the farm, some form of authentication is necessary, typically using a network server such as a Active Directory for Windows servers or NIS/LDAP for Linux /OSX& OS X. It is recommended that your farm operate within some system so that all render farm machines can authenticate properly. If local user accounts are used, it is recommended to use the "proxy mode" for Qube Worker authentication.
...