Workflow tools for develping and deploying WordPress projects.
Go to file
Ray Elliott 81bf00c8f6 update README 2020-05-04 20:48:50 +01:00
dev fix wp password causing container deploy fail 2020-05-04 20:42:11 +01:00
production allow to set docker user 2020-03-12 20:01:15 +00:00
.gitignore set up docker containers on host 2020-03-08 17:21:51 +00:00
README.md update README 2020-05-04 20:48:50 +01:00
config-example allow to set docker user 2020-03-12 20:01:15 +00:00
container-setup.sh add container setup script 2020-03-12 20:13:36 +00:00
incorporate-this.sh update README 2020-03-19 12:09:50 +00:00
publish.sh rename file 2020-03-10 19:41:49 +00:00
webserver-provision.sh provision webserver working 2020-03-12 19:20:03 +00:00

README.md

Usage

TODO

FIXES TODO

  • web user's (default: www-data) - home directory is owned by root.
    It's set to var/www/ but is still owned by root.

TODO

  • 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