https://github.com/edsu/voyage
display a stream of circulation activity for a Voyager ILS
https://github.com/edsu/voyage
Last synced: about 1 year ago
JSON representation
display a stream of circulation activity for a Voyager ILS
- Host: GitHub
- URL: https://github.com/edsu/voyage
- Owner: edsu
- Created: 2014-01-02T20:59:41.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-01-17T22:02:54.000Z (over 11 years ago)
- Last Synced: 2024-04-15T12:18:22.937Z (about 2 years ago)
- Language: CoffeeScript
- Size: 234 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
voyage
======
Displays a stream of circulation activity from a Voyager ILS. You'll
need a read-only connection to Voyager's Oracle instance for this to work.
Install
=======
voyage depends on [node-oracle](https://github.com/joeferner/node-oracle)
for talking to the Voyager Oracle database. Make sure your Oracle
environment is set up correctly according to the node-oracle documentation
before you attempt the following:
% sudo apt-get install nodejs git
% git clone https://github.com/edsu/voyage.git
% cd voyage
% npm install
% cp config.json.template config.json
# add db settings to config.json
% coffee server.coffee