Difference between revisions of "Set up mediawiki with SUSE Linux Enterprise Server"
From Linuxintro
imported>ThorstenStaerk m |
imported>ThorstenStaerk |
||
Line 5: | Line 5: | ||
/etc/init.d/apache2 start | /etc/init.d/apache2 start | ||
/etc/init.d/mysql start | /etc/init.d/mysql start | ||
− | |||
+ | * Download mediawiki from http://www.mediawiki.org and save it to /tmp. In this example we assume it is mediawiki 1.21.2. | ||
+ | |||
+ | 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 | ||
Then, point your browser to http://localhost/mediawiki. You see a web site like this: | Then, point your browser to http://localhost/mediawiki. You see a web site like this: | ||
Revision as of 06:36, 25 September 2013
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 save it to /tmp. In this example we assume it is mediawiki 1.21.2.
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
Then, point your browser to http://localhost/mediawiki. You see a web site like this:
Continue as instructed. Your root database password is blank ("").