Handy tools for virtualhost servers with wordpress sites.
Go to file
Matthew Saunders Brown 19d9bd5c2a fixed closing fi/if
2022-01-04 17:06:45 -08:00
bash_completion.d first commit 2021-04-07 09:43:20 -07:00
bin retrieve mysql db info from .my.cnf, if it exists 2021-10-24 16:05:54 -07:00
sbin first commit 2021-04-07 09:43:20 -07:00
systemd first commit 2021-04-07 09:43:20 -07:00
install.sh installer updates 2021-04-15 12:50:06 -07:00
LICENSE first commit 2021-04-07 09:43:20 -07:00
README.md readme 2021-05-06 13:37:11 -07:00
update.sh fixed closing fi/if 2022-01-04 17:06:45 -08:00

WordPress Tools

A couple of handy tools for virtualhost servers with WordPress sites.

  • bash completion for wp-cli
  • systemd cron for running wp crons. Individual sites don't have to set their own cron job or rely on lazy cron.
  • wp-create-db-user-from-config.sh extracts DB config info from wp-config.php, useful for creating dbs & users for sites that are being migrated.
  • wp-installer.sh for performing new WordPress installs.

Install

cd /usr/local/src
git clone https://git.stack-source.com/msb/wordpress-tools.git
cd wordpress-tools
bash install.sh