Ray Elliott 1da905f799 | ||
---|---|---|
dev | ||
production | ||
.gitignore | ||
README.md | ||
container-setup.sh | ||
create-config.sh | ||
import-testdata.sh | ||
list-commands.sh | ||
load-config.sh | ||
publish.sh | ||
webserver-provision.sh | ||
wp-dev-config |
README.md
Usage
TODO
TODO
-
have wp-dev command that takes a command as an argument (e.g., create, publish, etc) -- make sure we cd into the correct directory first
-
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