Difference between revisions of "Set up mediawiki with SUSE Linux Enterprise Server"

From Linuxintro
imported>ThorstenStaerk
imported>ThorstenStaerk
m
Line 1: Line 1:
To set up [[mediawiki]] with a SuSE [[Linux]] [[distribution]], issue the [[command]]s
+
To set up [[mediawiki]] with a SuSE [[Linux]] distribution, issue the [[command]]s
 
  yast -i [[apache]]2_mod_php5
 
  yast -i [[apache]]2_mod_php5
 
  yast -i [[mysql]]
 
  yast -i [[mysql]]

Revision as of 05:58, 23 July 2011

To set up mediawiki with a SuSE Linux 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

Download mediawiki from http://www.mediawiki.org and extract it to /srv/www/htdocs.

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 ("").