2020-03-08 15:28:59 +00:00
|
|
|
## Usage
|
|
|
|
|
2020-03-01 15:50:03 +00:00
|
|
|
TODO
|
2020-03-08 15:28:59 +00:00
|
|
|
|
|
|
|
## TODO
|
|
|
|
|
2020-05-06 12:43:43 +00:00
|
|
|
* `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.
|
2020-03-09 20:55:03 +00:00
|
|
|
* Script to export database from production database
|
|
|
|
* Script to export wordpress directory from production
|
2020-03-10 19:39:11 +00:00
|
|
|
* Script to set up local container using exported database/wordpress installation
|
2020-03-08 15:28:59 +00:00
|
|
|
* Refactor duplicated code (e.g., creating containers, exporting data)
|
2020-03-19 12:09:50 +00:00
|
|
|
* convert all scripts to use ssh pipes/bash here documents.
|
|
|
|
see [ssh pipes](https://stackoverflow.com/a/4412324), [Bash Here Document](https://stackoverflow.com/a/4412338)
|