-
Notifications
You must be signed in to change notification settings - Fork 3
Installing
Jeremy Nelson edited this page May 11, 2015
·
5 revisions
-
Download the latest MASTER zip file from Github.
-
Extract the zip file to a local directory
-
Proceed to Setup Server for setting up the required backend components including Fedora, Elasticsearch, Fusuki, and the Semantic Server.
-
Clone BIBFRAME Datastore
git clone https://github.com/jermnelson/BIBFRAME-Datastore bibframe-datastore
-
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
- 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
- Proceed to Setup Server for setting up the required backend components including Fedora, Elasticsearch, and Fusuki.