Comments on: How to install MediaWiki on Ubuntu 16.04 https://www.rosehosting.com/blog/how-to-install-mediawiki-on-an-ubuntu-16-04-vps/ Premium Linux Tutorials Since 2001 Fri, 03 Jun 2022 08:42:37 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: admin https://www.rosehosting.com/blog/how-to-install-mediawiki-on-an-ubuntu-16-04-vps/#comment-48262 Tue, 16 Jun 2020 06:10:32 +0000 https://www.rosehosting.com/blog/?p=20321#comment-48262 In reply to rjohnson.

This tutorial assumes that PHP is already installed. If not, install it using:
apt-get install php7.0

]]>
By: rjohnson https://www.rosehosting.com/blog/how-to-install-mediawiki-on-an-ubuntu-16-04-vps/#comment-48260 Tue, 16 Jun 2020 00:19:18 +0000 https://www.rosehosting.com/blog/?p=20321#comment-48260 also php installation step is missing. i am doing this on a vanilla ubuntu 16.04 desktop choosing defaults fro package installasion. apparently php is not installed by default on this 16.04. apt install php7.0

the reason for this is when i start i get the php page that says “this is the main entrypiont for mediawiki” no php… problem solved by isntalling php

]]>
By: admin https://www.rosehosting.com/blog/how-to-install-mediawiki-on-an-ubuntu-16-04-vps/#comment-47833 Thu, 27 Jun 2019 09:57:30 +0000 https://www.rosehosting.com/blog/?p=20321#comment-47833 In reply to Zoe.

Make sure you set a proper ownership of MediaWiki files/directories using:

chown www-data:www-data -R /var/www/html/mediawiki

]]>
By: Zoe https://www.rosehosting.com/blog/how-to-install-mediawiki-on-an-ubuntu-16-04-vps/#comment-47830 Wed, 26 Jun 2019 15:10:44 +0000 https://www.rosehosting.com/blog/?p=20321#comment-47830 I have 500 Internal Server Error after having /var/www/html/mediawiki. The official website mention to change the permission.
find . -type f -exec chmod 644 {} \;
find . -type d -exec chmod 755 {} \;

But I still have the same error. Do you have any clue on what I can do?

]]>
By: admin https://www.rosehosting.com/blog/how-to-install-mediawiki-on-an-ubuntu-16-04-vps/#comment-46397 Tue, 12 Dec 2017 07:43:04 +0000 https://www.rosehosting.com/blog/?p=20321#comment-46397 In reply to John.

This tutorial assumes that MySQL server is already installed. If not, install it using:

sudo apt-get install mysql

]]>
By: John https://www.rosehosting.com/blog/how-to-install-mediawiki-on-an-ubuntu-16-04-vps/#comment-46395 Sun, 10 Dec 2017 19:59:29 +0000 https://www.rosehosting.com/blog/?p=20321#comment-46395 I guess you forgot MySQL installation procedure . Please, do a double check on that.

]]>
By: admin https://www.rosehosting.com/blog/how-to-install-mediawiki-on-an-ubuntu-16-04-vps/#comment-46276 Sat, 04 Nov 2017 06:29:35 +0000 https://www.rosehosting.com/blog/?p=20321#comment-46276 In reply to javeed.

More information about this you can find at: https://www.mediawiki.org/wiki/Extension:LDAP_Authentication

]]>
By: javeed https://www.rosehosting.com/blog/how-to-install-mediawiki-on-an-ubuntu-16-04-vps/#comment-46274 Fri, 03 Nov 2017 11:14:22 +0000 https://www.rosehosting.com/blog/?p=20321#comment-46274 how to enable ldap authentication

]]>