Installation

Instruction for a standalone purldb installation.

Requirements

Installation steps

Once the prerequisites have been installed, set up PurlDB with the following commands:

git clone https://github.com/nexb/purldb
cd purldb
make dev
make envfile
make postgres
make postgres_matchcodeio

Indexing some PURLs requires a GitHub API token. Please add your GitHub API key to the .env file

GH_TOKEN=your-github-api

Once PurlDB and the database has been set up, run tests to ensure functionality:

make test