diff options
Diffstat (limited to 'www/mediawiki')
-rw-r--r-- | www/mediawiki/MESSAGE | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/www/mediawiki/MESSAGE b/www/mediawiki/MESSAGE index 26dc9d712e9..992cc4ed63f 100644 --- a/www/mediawiki/MESSAGE +++ b/www/mediawiki/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2008/11/26 18:13:18 martti Exp $ +$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: @@ -10,4 +10,9 @@ 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 + =========================================================================== |