wordpress-dev/README.md

17 lines
604 B
Markdown
Raw Normal View History

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 13:57:25 +00:00
* have wp-dev command that takes a command as an argument (e.g., create,
publish, etc)
2020-05-06 15:12:41 +00:00
-- make sure we cd into the correct directory first
2020-05-06 13:57:25 +00:00
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)