To install on Linux, in a terminal as root go to the directory to which the files were unpacked, run the installer with the command INSTALL.
On OS X, whether on the DVD or the DMG file, the WiretapCentral is found in the Standalone Installers folder. Run the app and follow the on-screen instructions to complete the installation.
By default, no user name or password is needed to use WiretapCentral. All jobs submitted from it to Backburner are owned by the user apache. So all users can perform operations on any job. The user apache can be given administrator privileges for Backburner, which allows all users to manage and control all jobs on the Backburner network, including Burn jobs.
For greater control, use the Apache server’s authentication mechanism on the root directory of WiretapCentral, which requires users to submit a user name and password. Then WiretapCentral jobs on the Backburner network have specific user names associated with them and only the owner of a job can perform operations upon it. Specific users can be given administrator privileges so they can control Backburner jobs other than their own.
# WiretapCentral User Authentication Section <Directory /var/www/html/wiretapcentral> AuthType Basic AuthName WireTapCentral AuthUserFile /etc/httpd/auth/wiretapcentral.auth <Limit GET POST> require valid-user </Limit> </Directory>Restart the Apache server for the changes to take effect.
Next create a password file containing user names and passwords with the Apache htpasswd command to add users to the wiretapcentral.auth file.
To give some users admin permissions:
The WiretapCentral graphical user interface runs in any browser that supports the Adobe Flash Player plug-in, version 9 or later. Point the browser to http://<hostname>/WiretapCentral. On Creative Finishing workstations, the DKU installs the Adobe Flash Player.
If the Creative Finishing application is running, exit it before configuring.
For Linux, in a terminal, as root, open for editing init.cfg, in a text editor. Change the value of the WiretapCentralUrl keyword to refer to the system where WiretapCentral was installed, for example: WiretapCentralUrl http://server1/WiretapCentral/. Save and close the file.
On OS X, run Setup from Applications / Autodesk / <product> / Utilities. Enter the URL of WiretapCentral in the WiretapCentral Url field, in the General tab. For example: http://server1/WiretapCentral/.