Difference between revisions of "Set up mediawiki with SUSE Linux Enterprise Server"
From Linuxintro
imported>ThorstenStaerk (New page: To set up mediawiki with a SuSE Linux distribution, issue the commands yast2 -i apache2_mod_php5 yast2 -i mysql /etc/init.d/apache2 start /etc/init.d/my...) |
imported>ThorstenStaerk |
||
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 [[mysql]] | |
+ | yast -i php5-mysql | ||
/etc/init.d/apache2 start | /etc/init.d/apache2 start | ||
/etc/init.d/mysql start | /etc/init.d/mysql start |
Revision as of 11:34, 29 April 2009
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:
Continue as instructed. Your root database password is blank ("").