Versions Compared

    Key

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

    ...

    • Linux (~/.cshrc/ or ~/,tcshrc):
            1. setenv QBDIR /usr/local/pfx/qube
            2. set path = ($path $QBDIR/bin $QBDIR/sbin)
    • Linux (~/.bashrc):
            1. export QBDIR=/usr/local/pfx/qube
            2. export PATH=$PATH:$QBDIR/bin:$QBDIR/sbin
    • OSX OS X (~/.bashrc):
            1. export QBDIR=/Applications/pfx/qube
            2. 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.

    ...