Clone client specific repository to the ~/deploy/config/ folder to store configuration files (be sure to change ${clientname} variable in the command to the real client name):
git clone ssh://git@stash.practiceinsight.io:7999/dmsclient/${clientname}.git ~/deploy/config |
Clone deploy script repository to the ~/deploy/deploy_script/ to store deploy script logic files;
git clone ssh://git@stash.practiceinsight.io:7999/dmsclient/deploy_script.git ~/deploy/deploy_script |
Clone restore script repository to the ~/deploy/restore_script/ to store restore script logic files;
git clone ssh://git@stash.practiceinsight.io:7999/dmsclient/restore_script.git ~/deploy/restore_script |
6. Go to the ~/deploy/restore_script/ and start create.sh script;
After successful finish of the script you will get empty nuxeo repository with Patricia workspace created with proper permissions and settings.xml template that can be started with deploy script.
6. Go to the ~/deploy/restore_script/ and set paths to the backup files in config.sh
7. Start create.sh script;