Rough, Basic Installation
General idea
- Download Blazegraph and initialize
- Create Node environment
- Clone repo
- Install node packages
- Fetch and prep source data
- Load data
- Run
Download Blazegraph and initialize Follow the instructions here: https://www.blazegraph.com/download/
Install environment and activate
nodeenv vsenv
cd vsenv/
. bin/activateClone repo and install packages
git clone https://github.com/kefo/demo-vocab-services.git
cd demo-vocab-services/
npm installFetch source data, prep, and load
mkdir source-data
cd source-data/
curl http://vocab.getty.edu/dataset/ulan/full.zip > ulan.zipYou can try
unzip ulan.zipbut on a MAC I had to unpack it with the Archive Utility.
cd ..
cd initialize
./extract-ulan-triples.sh
./load-gb.sh
cd ..Run
node app.js