Difference between revisions of "Tung mediawiki conf"
(Created page with '<b><big>Instruction</big></b> #Install php: <b><code><font color=green >yum install php</font></code></b> #Install MediaWiki, downloaded size 72M, installed size 209 M: <b><code>…') |
(No difference)
|
Revision as of 17:04, 27 July 2011
Instruction
- Install php:
yum install php
- Install MediaWiki, downloaded size 72M, installed size 209 M:
yum install mediawiki
- Edit MediaWiki's httpd configuration file:
/etc/httpd/conf.d/mediawiki.conf.
Uncomment the first two Alias lines - Restart Apache server:
service httpd restart