Local GPM Installation Instructions

From TheGPMWiki
Revision as of 20:33, 29 June 2010 by WikiSysop (Talk | contribs)
Jump to: navigation, search

Contents

Notes

  • The suggestions made below are a best-guess to get your local version of the GPM up and running. Your specific computing environment may require different values than those listed; if you have difficulty getting everything installed, please contact your local technical support.
  • The directions below assume the versions of Apache, Perl and MySQL to be used were extracted from the archive available on the GPM FTP site.
  • Text written in fixed-space font denote text to be typed.
  • Text written in bold are directory paths.

Prequisites

  • A fully patched 32-bit version of a Windows operating system.
  • A hard drive with several gigabytes of free space.

Obtaining Server Software

Software Installation

  • Extract the contents of gpm-software.zip to the location you have chosen. E.g., if the E: drive on your computer has the free space an installation will require, extract gpm-software.zip to E:\. This will create the necessary directory structure and place the scripts required to display information.

Apache

  1. Locate and start the installer, called httpd-2.2.15-win32-x86-openssl-0.9.8m-r2.msi)
  2. "Network domain" value should be the same as the end of the target computer's DNS name; e.g., if the target computer has a DNS entry of "science14.med.university.edu", enter "med.university.edu". If you need assistance with this step, contact your local support.
  3. "Server name" value should match the full DNS name of the target computer. E.g., if the computer onto which the local version of the GPM is being installed has a DNS name of "web3.university.edu", enter "web3.university.edu". If you need assistance with this step, contact your local support.
  4. "Administrator's email address" is the email displayed if the web server encounters problems displaying pages.
  5. Choose between having Apache run as a service (will be available whenever the computer is on; recommended), or being manually started and stopped.
  6. Use a "Typical" installation.
  7. Let installation complete.

Perl

  1. Locate the installer called ActivePerl-5.10.1.1007-MSWin32-x86-291969.msi)
  2. Choose a "typical" install using the recommended settings.

MySQL

  1. Choose a "Typical" install.
  2. Choose "Configure the MySQL Server now".
    1. Choose "Detailed Configuration".
    2. Choose "Server Machine".
    3. Choose "Non-transactional Database".
    4. Choose "Decision Support (DSS)/OLAP".
    5. Choose "Include Bin Directory in Windows PATH".
    6. Enter a root password. Remember this password, as it will be needed later. Complete the configuration.

Software Configuration

Apache

  1. Navigate to the Apache installation directory (C:\Program Files\Apache Software Foundation\Apache2.2 by default). Go into the conf directory. Make a backup copy of httpd.conf.
  2. Edit httpd.conf as follows:
    1. The DocumentRoot value is based off wherever you extracted gpm-software.zip. Do a search and replace on everything between the quotes and substitute "<base_path>/thegpm", where <base_path> stands for the path in which you extracted gpm-software.zip. E.g., if you installed to E:\, write "E:/thegpm"; if you installed to "D:/websites/", write "D:/websites/thegpm".
    2. A few lines below the DocumentRoot entry is a line that begins <Directory "<drive_letter>:/path"> There is a note above it regarding changing that value to match the DocumentRoot path. Do so.
    3. In the section marked "<IfModule alias_module>", modify the ScriptAlias value, based off wherever you extracted gpm-software.zip. Make the line read: ScriptAlias /thegpm-cgi/ "<base_path>/thegpm/thegpm-cgi/", where <base_path> stands for the path in which you extracted gpm-software.zip. E.g., if you installed to 'E:\, write "E:/thegpm/thegpm-cgi/"; if you installed to "D:/websites/", write "D:/websites/thegpm/thegpm-cgi/".
  3. Save the changes and restart the Apache server. If it fails to start, use the command-line Apache tool: "apachectl configtest" in the /bin/ folder of the Apache install directory.

MySQL

  1. Stop the MySQL service. Go to the installation directory of MySQL. Make a backup copy of the my.ini file. Open the my.ini file and locate the datadir value.
  2. Navigate to the default data directory specified in the datadir directory, and copy all contents of the default data folder (including all subfolders) to <base_path>/gpmdb/data/, where <base_path> is where the gpm-software.zip archive was extracted.
  3. Update the datadir value in the my.ini file to read datadir="<base_path>/gpmdb/data/", including the double quotes, where <base_path> is where the gpm-software.zip archive was extracted.
  4. Save the file and restart the MySQL service.

Perl

  1. Navigate to the Perl \bin\ directory (by default, this is c:\perl\bin\).
  2. Run the command ppm. This will start the Perl Package Manager.
  3. Display all packages.
  4. In the search box, type dbd-mysql. Choose the resulting package, and install it.

GPM Configuration

  1. Run the script to edit the path information for all the Perl scripts used. Start a command-line window, and navigate to \thegpm\scripts\ directory. Run the script local_gpm_pathmod.pl by typing perl local_gpm_pathmod.pl <base_path>/thegpm/ where <base_path> is the path to where the gpm-software.zip archive was extracted. Ensure you use front slashes (/) instead of back slashes (\) when typing the path. This will edit scripts in both \thegpm\scripts\ and \thegpm\thegpm-cgi\.
  2. In the \thegpm\thegpm-cgi\ directory, edit the hurricane.cfg file.
    1. This needs details.
  3. Edit the \thegpm\thegpm-cgi\dbcommon.pl file. Define usernames and passwords for both the read-only database user and root-like user. NOTE: is is NOT recommended to use the root username and password you defined during MySQL setup in the dbcommon.pl file.
  4. Edit the \thegpm\thegpm-cgi\defines.pl file.
  5. Set up the MySQL table
    1. Log into MySQL as the root user you defined during its installation. Then, type: source <base_path>/thegpm/scripts/create_localgpm_databases_tables.sql;. This will create the GPMDB database and table structure that will be populated after data files are submitted to the identification software.
  6. Schedule the execution of the \thegpm\scripts\popGPMDB.pl script, which parses the XML files created by the search software and adds them to the database.
Personal tools