16 lines
638 B
Markdown
16 lines
638 B
Markdown
## 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](https://stackoverflow.com/a/4412324), [Bash Here Document](https://stackoverflow.com/a/4412338)
|