Install MGPS

Previous Topic

Next Topic

Book Contents

Install MGPS

Install the MGPS program that supports Multi-item Gamma Poisson Shrinker (MGPS) data mining. For more information, see the User Guide and Online Help.

The MGPS file is included with the Empirica Signal installation files.

Perform these steps using the non-privileged user account on the application server.

  1. Create a bin directory to store the MGPS file, for example:

    $ mkdir -p /u01/app/oracle/product/Signal/bin

  2. Navigate to the <INSTALL_DIR>/Signal/WEB-INF/classes directory, for example:

    $ cd /u01/stage/Signal_Install/Signal/WEB-INF/classes

  3. Copy the MGPS file to the /bin directory, for example:

    $ cp MGPS /u01/app/oracle/product/Signal/bin

  4. Verify that the non-privileged user account on the application server has execute permissions on the MGPS file.

    $ chmod u+x /u01/app/oracle/product/Signal/bin/MGPS

Note: Remember the path to the MGPS file. You will set it in the listener.properties file, in the Setting up the listener.properties file section.

Send Feedback