This site, www.grimoire.org, exposes a neo4j graph database of metadata about historical grimoires. The goal is to look at the connections between different texts, find overlapping content, and provide a reference point for information about the books and their contents.
To get an instance running:
- Fork this repo and clone it to your development environment
$ git clone https://github.com/[your_username]/grimoire-site.git
- Create a virtual environment and install dependencies
$ virtualenv .
$ source bin/activate
$ pip install -r requirements.txt
- Install Neo4j version 2.3.8
- Open Neo4j and select the
grimoire-site/database/
directory as your database - Set the environment variables
NEO4J_USER
andNEO4J_PASS
to the Neo4j user and password - Run the application
$ python runserver.py