wordpress-tools/README.md

21 lines
750 B
Markdown
Raw Normal View History

2021-05-06 13:37:11 -07:00
# WordPress Tools
2021-04-07 09:43:20 -07:00
2021-05-06 13:37:11 -07:00
A couple of handy tools for virtualhost servers with WordPress sites.
2021-04-07 09:43:20 -07:00
2021-04-14 12:14:35 -07:00
- 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.
2021-04-07 09:43:20 -07:00
## Install
```
cd /usr/local/src
git clone https://git.stack-source.com/msb/wordpress-tools.git
cd wordpress-tools
2021-04-14 12:10:42 -07:00
bash install.sh
2021-04-07 09:43:20 -07:00
```
2022-08-22 14:01:24 -07:00
## 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)