blob: 992cc4ed63f1c028ee439170e5541bc017a636f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
===========================================================================
$NetBSD: MESSAGE,v 1.2 2009/12/07 13:03:43 martti Exp $
Add the following line to httpd.conf to make MediaWiki accessible
through your HTTP server:
Include ${PKG_SYSCONFDIR}/mediawiki.conf
Your MediaWiki is then accessible through:
http://www.example.com/mediawiki/
After upgrading from an older version, you should run:
cd ${PREFIX}/share/mediawiki/maintenance
php update.php --aconf ../AdminSettings.php
===========================================================================
|