Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tools:wikibase [2025/02/11 01:38] – darron | tools:wikibase [2025/02/15 12:24] (current) – [Mediawiki extension] darron | ||
---|---|---|---|
Line 4: | Line 4: | ||
There are two main methods of installation | There are two main methods of installation | ||
- | * As a Mediawiki extension | + | * As a [[: |
- | * As a Wikibase docker deployment | + | * As a [[: |
===Mediawiki extension=== | ===Mediawiki extension=== | ||
Line 12: | Line 12: | ||
This [[https:// | This [[https:// | ||
+ | |||
+ | ==Extract== | ||
+ | |||
+ | Enter the mediawiki installation directory and extract the archive into the extensions | ||
+ | directory | ||
+ | |||
+ | < | ||
+ | cd / | ||
+ | tar zxvf ~/ | ||
+ | chown -R www-data: | ||
+ | </ | ||
==Composer== | ==Composer== | ||
- | Enter the mediawiki | + | From the mediawiki |
< | < | ||
Line 27: | Line 38: | ||
< | < | ||
- | wfLoadExtension( ' | + | wfLoadExtension(' |
require_once " | require_once " | ||
</ | </ | ||
Line 42: | Line 53: | ||
</ | </ | ||
- | ===Wikibase deployment=== | + | /* |
+ | |||
+ | ==WikibaseRDF== | ||
+ | |||
+ | < | ||
+ | bash | ||
+ | COMPOSER=composer.local.json composer require --no-update professional-wiki/ | ||
+ | composer update professional-wiki/ | ||
+ | chown -R www-data: | ||
+ | exit | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | wfLoadExtension(' | ||
+ | $wgWikibaseRdfPredicates = [ | ||
+ | ' | ||
+ | ' | ||
+ | ' | ||
+ | ' | ||
+ | ]; | ||
+ | </ | ||
+ | */ | ||
+ | |||
+ | ===Wikibase | ||
[[https:// | [[https:// |