Workflow tools for develping and deploying WordPress projects.
Go to file
Ray Elliott c100b235fc update TODOs 2020-05-06 13:43:43 +01:00
dev fix bugs, tidy up 2020-05-05 17:47:17 +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 TODOs 2020-05-06 13:43:43 +01:00
config-example update comments 2020-05-06 13:41:01 +01:00
container-setup.sh specify as argument config file location 2020-05-06 13:38:37 +01:00
create-config.sh add simple script to create config file 2020-05-06 13:38:07 +01:00
incorporate-this.sh update README 2020-03-19 12:09:50 +00:00
publish.sh specify as argument config file location 2020-05-06 13:38:37 +01:00
webserver-provision.sh specify as argument config file location 2020-05-06 13:38:37 +01:00

README.md

Usage

TODO

TODO

  • create-config.sh - save as a default filename if no argument specified.
  • if no file passed as argument try and load config file with the default filename if it's present.
  • 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