Skip to content

kenirwin/InnReach-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InnreachTracker

##by Ken Irwin, Wittenberg University

This suite of scripts takes data exported from Innovative Interfaces (III) catalog systems to show what books have been requested from other libraries using the INNReach request system. This software is released under the Creative Commons Attribution-Share Alike 3.0 United States license. For more details, see the license.php file.

The software was designed in a LAMP (Linux/Apache/MySQL/PHP) environment and has also been tested on Sun OS 5.8. Version 1.1.x requires PHP version 4.1.0 or later.

A few things are required before using the software.

  1. Unzip and untar the files into their own directory, probably like this:

    gunzip InnReachTracker-1.0.2c.tar.gz tar -xvf InnReachTracker-1.0.2c.tar

From this point on in the installation process, you may point your web browser at the index page for this folder and it will guide you through steps 2-5.

  1. If you're upgrading from an earlier version of InnReachTracker, read the instructions in: documentation_upgrade_notes.php

  2. Create a new MySQL database (perhaps with a name like "innreach" or "mydatabases_innreach";

  3. Edit the config.php file to add values to each of the first 11 variables. (up through the $ptypes array). These variables define the names and locations of the local and INNReach catalogs, and give the names and passwords to connect to MySQL

  4. From the browser, run create_mysql_tables.php

  • creates the right size tables
  • loads some useful title data into innreach_titles_by_call
  1. load up most recent month's data into the tables -- the script should prompt the user if there is no data yet. There are more extensive instructions for this in the file: documentation_how_to_add_circ_data.php.

  2. Once you've added circulation data, you'll be ready to start viewing your circulation statistics and adding title information. These steps are described in documentation_how_to_add_title_data.php.

About

Track requests from III's INN-Reach interlibrary loan system over time

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors