Changes between Version 3 and Version 4 of GridCtlSetup


Ignore:
Timestamp:
Jan 23, 2012, 9:56:28 PM (12 years ago)
Author:
dzollars
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GridCtlSetup

    v3 v4  
    66== Setting up Grid Control ==
    77
    8  * Check out the [wiki:Subversion grid control program]. Ideally one would set up a new non-root user for this purpose.
     8 * Check out the [wiki:Subversion grid control program]. Ideally one would set up a new non-root user for this purpose. Create the gfac database:
     9
     10{{{
     11CREATE DATABASE gfac;
     12exit;
     13
     14$ mysql -u root -p gfac <gfac.sql
     15}}}
     16
    917 * In the bin directory, copy the config template file to listen-config.php. Fill in all the appropriate information. Many of the variables contain the same information as in the LIMS config.php file, and these should match. Make sure the section called "US3 DB credentials" contains a user that can access any of the LIMS databases, and can use standard SQL queries.
    1018 * Open a port to listen for UDP messages.