diff options
author | martti <martti@pkgsrc.org> | 2009-12-07 13:03:43 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2009-12-07 13:03:43 +0000 |
commit | a8b1d5d2e8cf58a37c2640fb7b718ae06c4f8de9 (patch) | |
tree | 73faaa996e52d2fe838c231912bc399799c78766 /www/mediawiki | |
parent | 09ed297f7334614d1eadc7c61049c428447ba08c (diff) | |
download | pkgsrc-a8b1d5d2e8cf58a37c2640fb7b718ae06c4f8de9.tar.gz |
Added short upgrade instructions.
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 + =========================================================================== |