Go to file
Ray Elliott 20559e5395 update 2020-06-12 23:41:13 +01:00
.gitignore update 2020-06-08 21:16:18 +01:00
README.md update README 2020-06-08 23:24:14 +01:00
config-example update 2020-06-12 23:41:13 +01:00
config-urls-example update 2020-06-08 21:16:18 +01:00
dev-env-install.sh rename 2020-06-08 20:02:04 +01:00
server-install-base.sh update 2020-06-12 23:41:13 +01:00
server-install-web.sh update 2020-06-12 23:41:13 +01:00
user-add.sh rename 2020-06-08 20:02:04 +01:00
wp-duplicate.sh update 2020-06-12 23:41:13 +01:00
wp-export.sh update 2020-06-12 23:41:13 +01:00
wp-import.sh initial commit - skeleton files 2020-06-08 19:59:06 +01:00
wp-install.sh update 2020-06-12 23:41:13 +01:00

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.