Set up mediawiki with SUSE Linux Enterprise Server

From Linuxintro
Revision as of 11:40, 28 September 2013 by imported>ThorstenStaerk

To set up mediawiki with a SuSE Linux Enterprise Server distribution, issue the commands

yast -i apache2_mod_php5
yast -i mysql
yast -i php5-mysql
/etc/init.d/apache2 start
/etc/init.d/mysql start

Then extract the mediawiki installation package, in this case to apache's default directory:

cd /srv/www/htdocs
tar xvzf /tmp/mediawiki-1.21.2.tar.gz
mv mediawiki-1.21.2 mediawiki
chown -R wwwrun:www mediawiki

Then, point your browser to http://localhost/mediawiki. You see a web site like this:

Snapshot-mediawiki-setup.png

Continue as instructed. Your root database password is blank ("").