Difference between revisions of "Instances"

From Wikibase Personal data
Jump to navigation Jump to search
Line 6: Line 6:
 
* [https://www.mediawiki.org/wiki/Manual:Securing_database_passwords locate password file elsewhere? not in plain text? ]
 
* [https://www.mediawiki.org/wiki/Manual:Securing_database_passwords locate password file elsewhere? not in plain text? ]
 
* copyright
 
* copyright
 +
* [https://github.com/wmde/wikibase-docker Wikibase-docker example]
 +
* [https://github.com/wmde/wikibase-docker/blob/master/README-compose.md Readme there for multiple services]
 +
* [https://www.mediawiki.org/wiki/Manual:LocalSettings.php LocalSettings]
 +
* [https://doc.wikimedia.org/mediawiki-core/master/php/LocalSettingsGenerator_8php.html settings generator]
 +
* [https://addshore.com/2018/06/customizing-wikibase-config-in-the-docker-compose-example/ Someone customizing the wikibase docker compose]
  
 
= Main services =
 
= Main services =

Revision as of 09:32, 19 February 2019

Options for configuration

Main services

  • Wikibase
  • WDQS
  • WDQS backend
  • QuickStatements

Features

Gadgets

Gadgets are little bits of Javascript code that allow cool actions user side.

EasyQuery

  • EasyQuery.js gadget, needs to be updated for the query endpoint, at the very least. Can be done manually to start.

Customizing the menu

User rights and namespaces


Constraints handler

  • wikibase constraints work (meaning when you go to an item page, the constraints show up; will need to test myself)

see also

** Special:NewItem|New item
** Special:NewProperty|New property


instances

Paul personal

Give me copy of Docker repo for:

  • PrivatePaul
  • private.dehaye.org
  • nothing public (view, edit, account creation)
  • with Wikibase, WBQS, etc

and host it.

base.personaldata.io

as above, with in addition:

  • name: PersonalData.IO
  • host: base.personaldata.io
  • default settings for publicity


Paul personal v2