Semantic CorA for Administrators: Unterschied zwischen den Versionen

Aus Semantic CorA
Wechseln zu: Navigation, Suche
 
(13 dazwischenliegende Versionen von 4 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 extensiojns of SMW:
+
* Download and install the MW Extension [http://www.mediawiki.org/wiki/Extension:Semantic_MediaWiki Semantic MediaWiki] and further needed extensions of SMW:
**http://www.mediawiki.org/wiki/Extension:Semantic_Forms
+
**[https://www.mediawiki.org/wiki/Extension:Page_Forms Page Forms]
**http://www.mediawiki.org/wiki/Extension:Semantic_Result_Formats
+
**[https://www.mediawiki.org/wiki/Extension:Semantic_Compound_Queries Semantic Compound Queries]
* Tip: The [http://www.mediawiki.org/wiki/Semantic_Bundle Semantic Bundle] offers a broad range of Semsntic MediaWiki extensions.
+
**[https://www.mediawiki.org/wiki/Extension:Semantic_Drilldown Semantic Drilldown]
 +
**[https://www.mediawiki.org/wiki/Extension:Semantic_Internal_Objects Semantic Internal Objects]
 +
**[https://www.mediawiki.org/wiki/Extension:Maps Maps]
 +
**[https://www.mediawiki.org/wiki/Extension:Semantic_Forms_Select SemanticFormsSelect]
 +
**[https://www.mediawiki.org/wiki/Extension:Arrays Arrays]
 +
**[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 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:
* [http://www.mediawiki.org/wiki/Extension:Semantic_Image_Annotator Semantic Image Annotator]
+
* [https://www.mediawiki.org/wiki/Extension:Semantic_Image_Annotator Semantic Image Annotator]
* [http://www.mediawiki.org/wiki/Extension:Semantic_Web_Browser SemanticWebBrowser]
+
* [https://www.mediawiki.org/wiki/Extension:Semantic_Web_Browser SemanticWebBrowser]
* [http://www.mediawiki.org/wiki/Extension:OfflineImportLexicon OfflineImportLexicon]
+
* [https://www.mediawiki.org/wiki/Extension:OfflineImportLexicon OfflineImportLexicon]
 +
* [https://www.mediawiki.org/wiki/Extension:Semantic_Text_Annotator Semantic Text Annotator] (beta)
  
 
=== Running Systems===  
 
=== 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 [https://www.mediawiki.org/wiki/Version_lifecycle version lifecycles of MediaWiki].
  
We have two systems running with the following descriptions:
+
===Importing Semantic vocabularies into Semantic CorA===
* MediaWiki 1.21.2
+
You can import semantic vocabularies directly into Semantic CorA:
* PHP 5.3.2-1ubuntu4.21 (apache2handler)
+
* https://www.semantic-mediawiki.org/wiki/Help:Import_vocabulary_(Example_of_importing_FOAF_vocabulary)
* MySQL 5.1.70-0ubuntu0.10.04.1
 
*Extensions:
 
** Semantic Bundle (Version 1.8.0.4)
 
 
 
  
 +
=== 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.
  
*MediaWiki 1.20.3
+
<!--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.
*PHP 5.4.4-14+deb7u7 (apache2handler)
 
*MySQL 5.0.96-0ubuntu3
 
**Extensions:
 
**Semantic MediaWiki (Version 1.8)
 
**Semantic Compound Queries (Version 0.3.4)
 
**Semantic Drilldown (Version 1.2.4)
 
**Semantic Forms (Version 2.5.2)
 
**Semantic Internal Objects (Version 0.6.8)
 
**Semantic Maps (Version 2.0.1.2)
 
**Semantic Result Formats (Version 1.8 alpha)
 
**SemanticFormsSelect (Version 1)
 
**ArrayExtension (Version 1.3.4 alpha)
 
**ParserFunctions (Version 1.4.1)
 
  
__NOTOC__
+
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.

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.