Skip to content
Jeremy Nelson edited this page May 11, 2015 · 5 revisions

Installing BIBFRAME Datastore

From archive zip file

  1. Download the latest MASTER zip file from Github.

  2. Extract the zip file to a local directory

  3. Proceed to Setup Server for setting up the required backend components including Fedora, Elasticsearch, Fusuki, and the Semantic Server.

From source

  1. Clone BIBFRAME Datastore

    git clone https://github.com/jermnelson/BIBFRAME-Datastore bibframe-datastore

  2. Change directories to the bibframe-datastore and run the git submodule commands to initialize the semantic server submodule.

    $ cd bibframe-datastore
    $ git submodule init
    $ git submodule update
  1. The bibframe-datastore directory should now have this file directory structure:
    /logs
    /repository
    /search
    /semantic_server
      /analytics
      /core
      /repository
      tests
      app.py
      default.cfg
      README.md
      setup.py
      VERSION
      __init__.py               
    /triplestore
    app.py
    LICENSE
    README.md
    requirements.txt
    runserver.py
    setup.py
    VERSION
  1. Proceed to Setup Server for setting up the required backend components including Fedora, Elasticsearch, and Fusuki.

As a Docker Container

Clone this wiki locally