Search

Search

Help

Page 67 of 1,195. Showing 11,950 results (0.015 seconds)

  1. Qube Releases

    Latest Major Release: Qube 6.5 Release Summary The features of each major Qube and QubeGUI/WranglerView release, up to and including the latest major version, can be found in the Qube Release Summary. For full details on each release, please read the rele…
    Qube 6.5Aug 06, 2014
  2. Modifying Main Menu and Toolbars

    Edit the qube.py source file. Search through the file for the menus or toolbars and use those existing entries as a template for customization.…
    Qube 6.5Oct 12, 2012
  3. Apple Remote Desktop for large installations

    Apple Remote desktop Client can also push the pkg files out to your farm below is a brief description of the process Select qube-core, qube-worker, and qubegui and right/ctrl click > open to mount the packages image2012-10-12 15:42:31.png Open Remote Desk…
    Qube 6.5Aug 16, 2013
  4. QubeGUI Release Summary

    Qube 6.4 - August 31, 2012 All menus are now permissions-aware, if the user does not have the appropriate permission, the menu item is greyed out. This will also affect when the user selects multiple jobs and at least one of the jobs selected does not bel…
    Qube 6.5Oct 15, 2012
  5. Linux Quickstart Notes

    Below is a reference built around centos as the host operating system and presumes a general knowledge of Linux. Small substitution could be applied for other Linux distributions.…
    Qube 6.5Jan 09, 2013
  6. Developing a new panel

    Copy the JobStdout class located under the JobLayout.py to a new file. Add the class App boilerplate code (including the _name_ line) to the bottom. Rename the now new JobStdout class and put in some test text (if using wx.TextCtrl widget) or derive from…
    Qube 6.5Oct 12, 2012
  7. Qube! Roadmap

    Qube 6.5Nov 08, 2012
  8. Supervisor Prerequisites on Linux

    The supervisor requires the following packages to be present: mysql mysql-server xinetd We suggest installing all the required packages with 'yum', as we test against the MySQL versions that ship with the distro.…
    Qube 6.5Oct 16, 2012
  9. Developing a new Job Type submission interface

    Create a submit_*.py script Use as reference the existing submit_*.py scripts, like submit_cmdline.py. Update the qube.py script (to add a submit menu item): Search the code for use of "maya," as an example. Add along with the other imports: import submit…
    Qube 6.5Oct 22, 2012
  10. Installing the Supervisor on Linux

    Disable selinux and firewall using "setup" or available initial boot setup utility [optional] Mount required network locations using /etc/fstab Use package installation manager such as yum or apt-get to install "xinetd" & "mysql-server" Download the requi…
    Qube 6.5Aug 16, 2013