...
https://stash.practiceinsight.io/stash/projects/DMSCLIENT/repos/deploy_script/browse
ii
) Default template: This contains a template for the client-specific configuration repository.
...
- 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 . Most of the times, only changes to
containers.conf, dms.conf,
and, if applicable,postfix-config.sh
will need to be made. Edits to the remaining files (e.g.commands.conf
) will be rare and only required in special situations. They should only be made if you are sure you understand what you are doing. Make sure changes are pushed back 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.
...