

The installation script automatically sets the $wgServer variable to ' -f)'.Ucs/web/overview/entries/service/mediawiki/icon="$wiki_web_path/resources/assets/mediawiki.png" Ucs/web/overview/entries/service/mediawiki/link="$wiki_web_path" \

Ucs/web/overview/entries/service/mediawiki/description/de="MediaWiki" \ Ucs/web/overview/entries/service/mediawiki/description="MediaWiki" \ Ucs/web/overview/entries/service/mediawiki/label/de="MediaWiki" \ Ucs/web/overview/entries/service/mediawiki/label="MediaWiki" \ Please note that this command uses the value wiki_web_path, which has been defined above. You can add a MediaWiki Service link to your system web portal using the following command. # Set the correct folder and file permissionsįind $wiki_path -type f -exec chmod 644 ' => array( '' ) ) įurther configuration options can be found in the Official extension manual. # Create a symbolic link towards the Wiki folder Tar -xvzf $tmpdir/LdapAuthentication-REL1_ -C $wiki_path/extensions/ Wget -show-progress -O $tmpdir/LdapAuthentication-REL1_ # Download the Mediawiki LDAP extension and extract it

Tar -xvzf $tmpdir/mediawiki-1.32.1.tar.gz -C $wiki_path -strip-components=1 Wget -show-progress -O $tmpdir/mediawiki-1.32.1.tar.gz Tmpdir=$(mktemp -d) # A temporary working directory Wiki_web_path="/mediawiki" # The future web subdirectory your wiki will be accessible through Restart Apache that the php modules become active: apache2ctl restartĭownload the MediaWiki and the LDAP extension and extract them to the webserver directory (Note: You can change the wiki paths by editing the first two variables): wiki_path="/var/lib/mediawiki/" # The directory your wiki will rest inside Php-mysql php-ldap imagemagick php-imagick Php-json php-xml php-cli php-curl php-readline php-mbstring php-intl \
#Mediawiki authentication install#
Install the needed packages (Note: ImageMagick is recommended for Image thumbnailing): univention-install univention-mysql libapache2-mod-php php php-common \ This article describes the installation and setup of MediaWiki 1.32.1 in UCS 4.4
