(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | == Prerequisites for a successful installation == | ||
+ | Make sure the MediaWiki installation you want to install Open CSP on meets [[DevOps:Doc/Open CSP/1.0/Requirements|the requirements]]. | ||
+ | == Steps to install Open CSP == | ||
+ | Then follow these steps to set up your Open CSP wiki: | ||
+ | |||
+ | # Copy the installation script from [https://raw.githubusercontent.com/Open-CSP/open-csp/main/.github/install_open_csp.sh this GitHub] repo to your mediawiki server. | ||
+ | # Run the installation script | ||
+ | |||
+ | ./install_csp.sh <mediawiki directory> | ||
ws-class-props | |||
---|---|---|---|
Line 2: | Line 2: | ||
|Subject version=1.0 | |Subject version=1.0 | ||
|Doc subject=DevOps:Doc/Open CSP | |Doc subject=DevOps:Doc/Open CSP | ||
+ | |Doc synopsis=Installation of Open CSP on an existing MediaWiki installation. | ||
+ | |Doc parent= | ||
+ | |Doc sort order=2 | ||
+ | |Doc target group=User | ||
}} | }} | ||
ws-seo | |||
Line 1: | Line 1: | ||
− | + | {{SEO | |
+ | |Title=Installing Open CSP | ||
+ | |Description=Prerequisites and install instructions for Open CSP | ||
+ | |Image=OCSP-Documentation.jpg | ||
+ | |Published time=2023-07-12 | ||
+ | }} |
Latest revision as of 21:27, 12 July 2023
Prerequisites for a successful installation
Make sure the MediaWiki installation you want to install Open CSP on meets the requirements.
Steps to install Open CSP
Then follow these steps to set up your Open CSP wiki:
- Copy the installation script from this GitHub repo to your mediawiki server.
- Run the installation script
./install_csp.sh <mediawiki directory>