16.04 - How to install Mediawiki in Ubuntu - Ask Ubuntu


i presently using ubuntu 16.04 lts , want install mediawiki.i followed below link commands showing 'mediawiki' has no installation candidate. can see on picture. https://help.ubuntu.com/community/mediawiki enter image description here

the mediawiki package no longer in ubuntu repository 16.04 number of reasons, we're left having install manually.

your webserver configured serve port 80 on localhost right now, content /var/www/html. so, if install mediawiki there, it'll enough.

essentially you're going need cd on directory , download latest version using following command:

wget https://releases.wikimedia.org/mediawiki/1.27/mediawiki-1.27.1.tar.gz 

then, can extract archive:

tar xvf mediawiki-1.27.1.tar.gz 

from there, can navigate http://localhost/mediawiki-1.27.1/ in browser , follow instructions given there set up. if prefer, can rename folder mediawiki if makes easier on you.


Comments

Popular posts from this blog

crash - Windows Rundll32 (child process of DllHost) is crashing. How can I even identify it? - Super User

debian - Kali Linux - Debootstrap error Failed to determine codename for the release - Super User

networking - Slave steals IP meant for bonded interface - Ask Ubuntu