Semantic CorA for Administrators: Unterschied zwischen den Versionen
Aus Semantic CorA
Angela (Diskussion | Beiträge) |
Julian (Diskussion | Beiträge) |
||
(4 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
Zeile 2: | Zeile 2: | ||
=== Basic MW/SMW Installation === | === Basic MW/SMW Installation === | ||
+ | To install all extensions for MediaWiki, you should use PHP, a MySQL database and shell access to the server because for some extensions you have to use composer to install. | ||
* [http://www.mediawiki.org/wiki/Download Download] a recent version of MediaWiki and follow the [http://www.mediawiki.org/wiki/Installation installation guide] | * [http://www.mediawiki.org/wiki/Download Download] a recent version of MediaWiki and follow the [http://www.mediawiki.org/wiki/Installation installation guide] | ||
* Download and install the MW Extension [http://www.mediawiki.org/wiki/Extension:Semantic_MediaWiki Semantic MediaWiki] and further needed extensions of SMW: | * Download and install the MW Extension [http://www.mediawiki.org/wiki/Extension:Semantic_MediaWiki Semantic MediaWiki] and further needed extensions of SMW: | ||
Zeile 12: | Zeile 13: | ||
**[https://www.mediawiki.org/wiki/Extension:Arrays Arrays] | **[https://www.mediawiki.org/wiki/Extension:Arrays Arrays] | ||
**[https://www.mediawiki.org/wiki/Extension:ParserFunctions ParserFunctions] | **[https://www.mediawiki.org/wiki/Extension:ParserFunctions ParserFunctions] | ||
+ | **[https://www.mediawiki.org/wiki/Extension:Semantic_Result_Formats Semantic Result Formats] | ||
=== Installation of CorA Extensions === | === Installation of CorA Extensions === | ||
An overview of the specific Semantic CorA extenions is given [[Semantic_CorA_Extensions|here]]. But follow the installation instruction at the official exension pages: | An overview of the specific Semantic CorA extenions is given [[Semantic_CorA_Extensions|here]]. But follow the installation instruction at the official exension pages: | ||
− | * [ | + | * [https://www.mediawiki.org/wiki/Extension:Semantic_Image_Annotator Semantic Image Annotator] |
− | * [ | + | * [https://www.mediawiki.org/wiki/Extension:Semantic_Web_Browser SemanticWebBrowser] |
− | * [ | + | * [https://www.mediawiki.org/wiki/Extension:OfflineImportLexicon OfflineImportLexicon] |
* [https://www.mediawiki.org/wiki/Extension:Semantic_Text_Annotator Semantic Text Annotator] (beta) | * [https://www.mediawiki.org/wiki/Extension:Semantic_Text_Annotator Semantic Text Annotator] (beta) | ||
=== Running Systems=== | === Running Systems=== | ||
− | We have several systems running with | + | We have several systems running, right now with MediaWiki 1.29 and SMW 2.5. Make sure to have an actual version of the software and take a look at the [https://www.mediawiki.org/wiki/Version_lifecycle version lifecycles of MediaWiki]. |
===Importing Semantic vocabularies into Semantic CorA=== | ===Importing Semantic vocabularies into Semantic CorA=== | ||
+ | You can import semantic vocabularies directly into Semantic CorA: | ||
* https://www.semantic-mediawiki.org/wiki/Help:Import_vocabulary_(Example_of_importing_FOAF_vocabulary) | * https://www.semantic-mediawiki.org/wiki/Help:Import_vocabulary_(Example_of_importing_FOAF_vocabulary) | ||
Zeile 29: | Zeile 32: | ||
See in detail on page [[Cora_Skin_implementation]]. The modifications are not needed to use the extensions and functionalities. | See in detail on page [[Cora_Skin_implementation]]. The modifications are not needed to use the extensions and functionalities. | ||
− | + | <!--For Developers:Developers are kindly advised to join the community at semantic-mediawiki.org and/or the developers mailing list at https://lists.sourceforge.net/lists/listinfo/semediawiki-devel. | |
+ | |||
+ | For specific questions regarding the extensions, please follow at the extension page of Semanic CorA the link to the official extension pages of MediaWiki.--> | ||
__NOEDITSECTION__ | __NOEDITSECTION__ |
Aktuelle Version vom 11. Dezember 2017, 17:17 Uhr
Short Installation Guide
Basic MW/SMW Installation
To install all extensions for MediaWiki, you should use PHP, a MySQL database and shell access to the server because for some extensions you have to use composer to install.
- Download a recent version of MediaWiki and follow the installation guide
- Download and install the MW Extension Semantic MediaWiki and further needed extensions of SMW:
Installation of CorA Extensions
An overview of the specific Semantic CorA extenions is given here. But follow the installation instruction at the official exension pages:
Running Systems
We have several systems running, right now with MediaWiki 1.29 and SMW 2.5. Make sure to have an actual version of the software and take a look at the version lifecycles of MediaWiki.
Importing Semantic vocabularies into Semantic CorA
You can import semantic vocabularies directly into Semantic CorA:
Skin-Modifications for Semantic CorA Layout
See in detail on page Cora_Skin_implementation. The modifications are not needed to use the extensions and functionalities.