Ray Elliott d947f564e9 | ||
---|---|---|
dev | ||
production | ||
.gitignore | ||
README.md | ||
config-example | ||
container-setup.sh | ||
create-config.sh | ||
incorporate-this.sh | ||
publish.sh | ||
webserver-provision.sh |
README.md
Usage
TODO
FIXES TODO
- web user's (default:
www-data
) - home directory is owned by root.
It's set tovar/www/
but is still owned byroot
.
TODO
- 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