Handy tools for virtualhost servers with wordpress sites.
Go to file
2023-09-26 10:28:21 -07:00
apache2/conf-available add new wp-secuirty apache conf 2023-09-26 10:27:10 -07:00
bash_completion.d revert full path change 2022-11-16 15:01:35 -08:00
bin add new wp-verify-checksums.sh script 2023-09-26 10:28:21 -07:00
fail2ban make f2b xmlrpc wildcard 2023-08-14 13:14:29 -07:00
sbin add timeout and error notice for is-installed check 2023-09-26 10:25:30 -07:00
systemd revert full path change 2022-11-16 15:01:35 -08:00
COPYING change license from MIT to GPL 3.0+ 2022-08-22 14:01:24 -07:00
install.sh add new wp-secuirty apache conf 2023-09-26 10:27:10 -07:00
README.md change license from MIT to GPL 3.0+ 2022-08-22 14:01:24 -07:00
update.sh revert full path change 2022-11-16 15:01:35 -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

License

Copyright (c) 2022 Matthew Saunders Brown matthewsaundersbrown@gmail.com
GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)