...
- Linux (~/.cshrc/ or ~/,tcshrc):
setenv QBDIR /usr/local/pfx/qube
set path = ($path $QBDIR/bin $QBDIR/sbin)
- Linux (~/.bashrc):
export QBDIR=/usr/local/pfx/qube
export PATH=$PATH:$QBDIR/bin:$QBDIR/sbin
- OSX OS X (~/.bashrc):
export QBDIR=/Applications/pfx/qube
export PATH=$PATH:$QBDIR/bin:$QBDIR/sbin
- Windows: The .msi automatically adds the
C:\Program Files\qube\bin
to 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.
...