Search
Page 67 of 1,195. Showing 11,950 results (0.015 seconds)
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…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.…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…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…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.…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! Roadmap
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.…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…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…