After your configuration is complete and saved to file, you can deploy all services to your cluster:
$ watch -n 2 docker service ls
$ dms cluster start
Starting deployment...🏁️ Deployment for service minio-api finished successfully🏁️ Deployment for service song-db finished successfully🏁️ Deployment for service gateway finished successfully🏁️ Deployment for 'ego-db' finished⏳ Waiting for 'elasticsearch' service to be healthy..⏳ Waiting for 'ego-api' service to be healthy..<...and so on...>
~/.dms/config.yaml
file, which you can adjust and retry deployment if necessary:healthCheck:retries: 15delaySec: 10
Once complete, a success message appears, including a note (with a link to documentation) reminding you to perform necessary post-deployment verification and configuration tasks to make sure the DMS platform is up and running healthily:
Deployment completed successfully*****************************************************************************************************!!! NOTE !!!Before using the DMS platform, please complete post-deployment verificationand configuration steps required to check the health of your deployment. Forinstructions, see:https://overture.bio/documentation/dms/installation/verify/*****************************************************************************************************
NOTE: The DMS platform does NOT currently support automatic backup of the data volumes in a deployment. Although such a facility may be considered for DMS future releases, DMS administrators are currently responsible for determining and executing the most appropriate data backup strategy, as required.
NOTE: The DMS currently only supports deployment to a single cluster. It is intended for use as a single node system and is not currently meant to be highly available.