Handy tools for virtualhost servers with wordpress sites.
Go to file
Matthew Saunders Brown 0ac16d6e0e autodetect cert for https, output login info when done 2024-02-16 11:06:03 -08:00
etc fix typo in name of wp-security.conf file 2023-09-27 15:14:06 -07:00
local autodetect cert for https, output login info when done 2024-02-16 11:06:03 -08:00
COPYING change license from MIT to GPL 3.0+ 2022-08-22 14:01:24 -07:00
README.md rearrange files into etc/ and local/ dirs 2023-09-27 15:05:45 -07:00
install.sh fix paths to install files 2023-12-20 10:12:56 -08:00
update.sh fix update.sh to work with new file structure 2023-09-27 15:13:06 -07:00

README.md

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.
  • wp-verify-checksums.sh for verifying checksums on 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)