Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Fork Default template to client specific repository with <clientname>;
  2. Change Edit configuration files in client specific git repository as required for specific client’s DMS environment – make sure changes are pushed to repository;
  3. Create folder ~/deploy/config/ to store configuration files and clone client specific repository into this folder;
  4. Create folder ~/deploy/deploy_script/ to store deploy script logic files and clone client specific repository into this folder;
  5. cd into  ~/deploy/deploy_script/ folder and run „./deploy.sh“ with necessary options.

...