(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
At this moment there is one way to install Open CSP yourself.
+
Installation of Open CSP is quite easy. Have a look at the documentation of Open CSP and start with [[DevOps:Doc/Open CSP/1.0/Requirements|the requirements]].
 
 
== Install MediaWiki ==
 
The first step is to [[Mediawikiwiki:Manual:Installing MediaWiki|install MediaWiki]]. If you have done this, go to the next step.
 
 
 
== Install Elasticsearch ==
 
In Open CSP Elasticsearch is used as [https://www.semantic-mediawiki.org/wiki/Help:ElasticStore Elasticstore for Semantic MediaWiki]. Having the data in Elasticsearch is a prerequisite for the use of [[Mediawikiwiki:Extension:WikiSearch|WikiSearch]].
 
 
 
How to install Elasticsearch is described here: https://www.mediawiki.org/wiki/Extension:CirrusSearch#Elasticsearch.
 
 
 
== Download the Open CSP extensions ==
 
Go to [[Extensions-in-open-csp|Extensions in Open CSP]] and download all the extensions that are not included with MediaWiki.
 
 
 
== Configuration of settings ==
 
Our approach is to have LocalSettings.php as it is and put settings in different files. This promotes clarity and upgradability.
 
 
 
=== Change LocalSettings.php ===
 
Add this to the end of LocalSettings.php.
 
<pre>
 
require_once( 'settings/ServerSettings.php' );
 
require_once( 'settings/AdditionalSettings.php' );
 
require_once( 'settings/ExtensionSettings.php' );
 
require_once( 'settings/SkinSettings.php' );
 
</pre>
 
ws-class-props
Line 1: Line 1:
 
+
{{QandA properties
 +
|Tag=Installation,Enterprise
 +
}}

Latest revision as of 17:02, 12 July 2023

Installation of Open CSP is quite easy. Have a look at the documentation of Open CSP and start with the requirements.