Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 2.09 KB

File metadata and controls

42 lines (28 loc) · 2.09 KB

Pubby (Django-Version)

Open Source? Yes! license Maintenance

made-with-Markdown

github release releases starsforks issues commits last-commit branches contributors

wiki Documentation Status

discord Discord

This is a reimplementation of Pubby in Python/Django.

You maybe need to install the RDFLib JSON-LD plugin first:

pip install rdflib-jsonld

Getting started

Per default, the JudaicaLink endpoint is configured. Start the Django server as usual and go to http://localhost:8002/pubby to browse the data.

The pubby instances are configured in server/settings.py.

The default instance configuration is at pubby/config.ttl

Installation

For installation on the server you can add a webhook. See here. Make sure you have git installed.