No commit activity in last 3 years
No release in over 3 years
Nostos Target Driver for Voyager ILS
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0
 Project Readme

Nostos Target Driver: Voyager ILS

This is a Voyager target driver for Nostos.

See Nostos for more information.

Installation

Add the following to your Gemfile and run bundle install

gem 'nostos-target-voyager'

Configuration

You can interactively configure the Voyager target driver by running rails generate target_voyager:install. This will prompt you for the necessariy values.

You can manually configure the Voyager target driver in config/target_voyager.rb:

db:
  adapter: 'oracle_enhanced'
  database:     # This is most likely VGER
  username:
  password:

sip:
  host:
  port:
  username:
  password:
  operator:
  location:

Note that username and location is the operator id and location code used to sign into the SIP server (or Circulation module). operator is the operator id used for creating items. Theoretically they should be identical, however it is not required.

For more information on how to configure your Voyager system for SIP see the manual Voyager 7.2 Interface to Self Check Modules Using 3M SIP User's Guide, November 2009

Author

Nostos was written by Brice Stacey