ports/www/wordpress/files/pkg-message.in
Bernard Spil 6beccad94e www/wordpress: Transform into master port
* Simplify language ports
 * Removes differences in pkg-message and pkg-descr
 * Reduce files to manage on updates
2023-02-14 18:28:53 +00:00

15 lines
362 B
Text

[
{ 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
}
]