Hi Victor! The command the docker image runs is as follows:
./runUpdate.sh -h http://$WDQS_HOST:$WDQS_PORT -- --wikibaseUrl $WIKIBASE_SCHEME://$WIKIBASE_HOST --conceptUri $WIKIBASE_SCHEME://$WIKIBASE_HOST --entityNamespaces $WDQS_ENTITY_NAMESPACES That was taken from: https://github.com/wmde/wikibase-docker/blob/master/wdqs/0.3.6/runUpdate.sh#L9 You can see what all the variables could be set to in the environment variables section of https://github.com/wmde/wikibase-docker/blob/master/wdqs/README.md. This is assuming you're using something like this archive: https://archiva.wikimedia.org/repository/snapshots/org/wikidata/query/rdf/service/0.3.6-SNAPSHOT/service-0.3.6-SNAPSHOT-dist.zip All the best, Tom On Thu, 26 Nov 2020 at 15:36, Victor Agroskin <[email protected]> wrote: > > Нi All! > > I'm running a custom Wikibase and because of extension compatibility issues I > can not use docker image, so I'm installing software from repositories. > > I'm installing RDF query service as described in > https://github.com/wikimedia/wikidata-query-rdf/blob/master/docs/getting-started.md > > I have a following problem: > > When I start runUpdate.sh with the command $ ./runUpdate.sh -n wdq , it > starts populating my Blazegraph instance with updates from Wikidata. I can > not find any way to configure it to use my local Wikibase instead. No > parameters documented, no global or local variables found. Can anyone provide > any advice on this? > > Thank you for your help! > Victor Agroskin > _______________________________________________ > Wikidata-tech mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/wikidata-tech _______________________________________________ Wikidata-tech mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-tech
