...
The following describes the overall functionality. For deployment of new empty DMS or restoring from backup, see this specific page check here in addition to the below information.
...
iii) Client repository: This will contain the client specific repo.
https://stash.practiceinsight.io/stash/projects/DMSCLIENT/repos/<clientname>/browse
Basic method of use:
- Fork Default template to client specific repository with <clientname>;
- Edit configuration files in client specific git repository as required for specific client’s DMS environment – make sure changes are pushed to repository;
- Create folder ~/deploy/config/ to store configuration files and clone client specific repository into this folder;
- Create folder ~/deploy/deploy_script/ to store deploy script logic files and clone client specific repository into this folder;
- cd into ~/deploy/deploy_script/ folder and run „./deploy.sh“ with necessary options.
...