Workflow tools for develping and deploying WordPress projects.
Go to file
Ray Elliott 06284865d0 Add 'vim/tagscan-wp-includes.sh' 2020-06-28 17:53:12 +03:00
dev update 2020-05-27 14:38:52 +01:00
production allow to set docker user 2020-03-12 20:01:15 +00:00
vim Add 'vim/tagscan-wp-includes.sh' 2020-06-28 17:53:12 +03:00
.gitignore set up docker containers on host 2020-03-08 17:21:51 +00:00
README.md bugfixes 2020-05-06 16:12:41 +01:00
container-setup.sh bugfixes 2020-05-06 16:12:41 +01:00
create-config.sh use a default filename for configuration files 2020-05-06 14:33:31 +01:00
import-testdata.sh update 2020-05-27 14:38:52 +01:00
list-commands.sh add list commands 2020-05-06 14:57:25 +01:00
load-config.sh bugfixes 2020-05-06 16:12:41 +01:00
publish.sh bugfixes 2020-05-06 16:12:41 +01:00
webserver-provision.sh bugfixes 2020-05-06 16:12:41 +01:00
wp-dev-config update 2020-05-27 14:38:52 +01:00

README.md

Usage

TODO

TODO

  • have wp-dev command that takes a command as an argument (e.g., create, publish, etc) -- make sure we cd into the correct directory first

  • Script to export database from production database

  • Script to export wordpress directory from production

  • Script to set up local container using exported database/wordpress installation

  • Refactor duplicated code (e.g., creating containers, exporting data)

  • convert all scripts to use ssh pipes/bash here documents. see ssh pipes, Bash Here Document