Get your own local copy of scholia #2759
WolfgangFahl
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Setting Up a Full Local Copy of Scholia with Wikidata
This issue collects the necessary components for setting up a complete local Scholia installation including a Wikidata mirror.
The text has been assembled with the help of Claude Sonnet 4.5
see #2760 for a concrete installation example
Prerequisites
Recommended Hardware
Recommended Software
Needed Libraries
Components
Local Wikidata Query Service
WDQS Updater Setup:
Requirements:
data.jnlfile./launchscriptUpdate Mechanism: WDQS updating server with
data.jnlseeding approachReferences:
Alternative Triple Store - QLever
Repositories:
Build and Installation:
** scholia.ini**
3. Scholia Application
Installation:
Required Patch:
--portpatch from issue --config command line option and port configurable in configuration #2746Backend Configuration:
The backend needs to be configured to point to your local QLever endpoint. Example configuration (based on RWTH setup):
{ "sparql_editurl": "http://localhost:7001/wikidata/?query=", "sparql_embedurl": "", "sparql_endpoint": "http://localhost:7001", "sparql_endpoint_name": "Local QLever instance", "text_to_topic_q_text_enabled": false, "third_parties_enabled": true }4. Web Server Configuration
Apache Configuration Example:
File:
/etc/apache2/sites-available/scholia.confEnable the site:
Reference Implementation
The RWTH Aachen setup provides a working reference:
WDQS based
JSON version of Backend Configuration:
curl -L -H "Accept: application/json" https://scholia.wikidata.dbis.rwth-aachen.de/backendQlever based
JSON version of Backend Configuration:
curl -L -H "Accept: application/json" https://scholia-qlever.wikidata.dbis.rwth-aachen.de/backendSummary of Steps
data.jnlfile seeding see https://wiki.bitplan.com/index.php/Wikidata_Import_2025-12-13qleverbranch--portpatch from issue --config command line option and port configurable in configuration #2746 to run the copies on two differen portsBeta Was this translation helpful? Give feedback.
All reactions