summaryrefslogtreecommitdiff
path: root/www/wordpress/files/pkg-message.in
blob: 8873d7c13574c48c5bb3899f29a8f58619b9a0ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[
{ type: install
  message: <<EOM
Before the first use of WordPress, copy wp-config-sample.php to wp-config.php
in %%WWWDIR%% and modify it to fit your MySQL.
Maybe you need 'mysqladmin create wordpress' first.
EOM
}
{ type: upgrade
  message: <<EOM
If you are upgrading, please run http://your.site/wordpress/wp-admin/upgrade.php
to upgrade WordPress.
EOM
}
]