Versions Compared

    Key

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

    For all of the software components, it is usually required to login as an Administrator account, root, use "sudo", or know the Administrator password (for OS X dialog popup)

    Table of Contents

    Qube Core Installation

    Linux:

    1. Install the Core RPM (where linux is the type of Linux platform (e.g.. RHEL_WS-3.i386) and ver is the version of Qube):
    2. rpm ivh qubever-linux.rpm

    ...

    1. Double-click the downloaded .dmg file in order to mount tie image containing the .pkg file. Open the disk image. Double-click the qube-core .pkg file to launch the Installer..
    2. The Installer will present a series of screens. Click Continue to proceed. If you need to abort the installation, select Quit from the File menu:

    3. Installation of the Qube software requires authentication by an Administrative user. If not running as root,tType in the user name and password of a user with Administrator privileges and click OK to continue with the installation: 

    Supervisor Installation

    Install with the platform-specific installer process listed below. Once installed, the Supervisor daemon starts up, and the system will be configured to automatically start up the Supervisor anytime the host is rebooted.
    On Windows and OS X, the installer will also install and start up the MySQL service, followed by the installation and start up of the supervisor or qubesupervisor service.

    ...

    1. Double-click the downloaded .dmg file in order to mount tie image containing the .pkg file. Open the disk image. Double-click the qube-supervisor .pkg file to launch the Installer.
    2. The Installer will present a series of screens. Click Continue to proceed. If you need to abort the installation, select Quit from the File menu:
    3. Installation of the Qube software requires authentication by an Administrative user. If not running as root,tType in the user name and password of a user with Administrator privileges and click OK to continue with the installation:

    Worker Installation

    Linux:

    1. Install the Worker daemon RPM:
    2. rpm ivh qube-workerver--linux.rpm

    ...

    1. Double-click the downloaded .dmg file in order to mount tie image containing the .pkg file. Open the disk image. Double-click the qube-worker .pkg file to launch the Installer.
    2. The Installer will present a series of screens. Click Continue to proceed. If you need to abort the installation, select Quit from the File menu: 
    3. Installation of the Qube software requires authentication by an Administrative user. If not running as root, Type in the user name and password of a user with Administrator privileges and click OK to continue with the installation:

    QubeGUI Installation

    The QubeGUI is a set of python scripts that use the qb python module and wxPython. It is compiled for each platform so it can run independently and not require installation of python, wxPython, or any other libraries.
    Linux:

    ...

    1. Double–click on the .dmg file to mount the disk image file. Open the disk image, and double–click the .pkg file to begin the GUI installation.
    2. Follow the step–by–step instructions in the Installer application.
    3. Double–click the qube icon to launch the GUI under /Applications/pfx/qube.

     

    Anchor
    jobtype
    jobtype
    JobType Installation

    Some of the application interfaces construct a commandline that is then run directly on the Workers and do not require any additional installation. Other application interfaces (like Maya, 3dsMax, and XSI) are controlled via (perl or python) scripts. These scripts are installed on the Worker by installing the desired jobtypes.

    ...

    Tip
    titleNote

    One can centrally install these jobtypes on a network fileserver. See the configuration parameter worker_template_path for the search path used by the Workers for their jobtypes.

    Anchor
    perl
    perl
    Perl Installation

    This is required only for the Workers running the Jobtypes as most are controlled by Perl (with the exception of the cmdline and cmdrange).
    Typically, Linux and Mac OS X come with Perl already installed. If not, RPMs should be available on the distribution CD or by download from the Internet. For Windows, free Perl distributions can be downloaded from ActiveState at www.activestate.com. On Windows, Qube is compatible with Perl 5.6 to Perl 5.14.

    Anchor
    python
    python
    Python Installation

    This is required only for the Workers running the Jobtypes that are python controlled. If there are none that are used, then this is an optional install.
    Typically, Linux and Mac OS X come with Python already installed. If not, RPMs should be available on the distribution CD or by download from the Internet. For Windows, free Python distributions can be downloaded from ActiveState at www.activestate.com. On Windows, Qube is compatible with Python versions 2.3 through 2.7  .

    ...