mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 19:13:27 -04:00
* Simplify language ports * Removes differences in pkg-message and pkg-descr * Reduce files to manage on updates
15 lines
362 B
Text
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
|
|
}
|
|
]
|