Ray Elliott 5a41d6bd71 | ||
---|---|---|
.gitignore | ||
README.md | ||
config-example | ||
config-local | ||
config-remote | ||
dev-env-install.sh | ||
server-install-apache.sh | ||
server-install-base.sh | ||
server-install-litespeed.sh | ||
server-install-nginx.sh | ||
server-tsl.sh | ||
user-add.sh | ||
wp-duplicate.sh | ||
wp-export.sh | ||
wp-import.sh | ||
wp-install.sh |
README.md
All scripts require an argument to specify 'local' or 'remote'.
If none given script will exit.
Using 'local' will:
set the source server URL to $local_url
.
set the destination server URL to $remote_url
.
Using 'remote' will:
set the source server URL to $remote_url
.
set the destination server URL to $local_url
.