17 lines
571 B
Markdown
17 lines
571 B
Markdown
# 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
|
|
```
|