2020-03-06 12:42:27 +00:00
|
|
|
Sync Websites
|
2017-07-05 00:34:40 +00:00
|
|
|
============
|
2020-03-06 12:42:27 +00:00
|
|
|
This script will setup a sync between websites. To run this script, use the following command (as root):
|
2017-07-05 00:34:40 +00:00
|
|
|
|
2020-03-06 12:42:27 +00:00
|
|
|
# Run Sync:
|
2017-07-05 21:05:00 +00:00
|
|
|
```
|
2020-03-06 12:42:27 +00:00
|
|
|
bash <(curl -s https://raw.githubusercontent.com/namibia/demo-sync/master/sync.sh)
|
2017-07-05 21:05:00 +00:00
|
|
|
```
|
2017-07-21 23:29:01 +00:00
|
|
|
This script performs the following actions:
|
|
|
|
|
2020-03-06 12:42:27 +00:00
|
|
|
* Adds a cron entry to update run this sync on a scheduled basis.
|
|
|
|
* Adds folder and database setup file to use in scheduled syncs
|