COTS Software Configurations
gmarndt
Posts: 2
I know Deployment Manager supports the typical custom software development scenario in which developers are producing applications that run on databases, etc. However, could Deployment Manager support the deployment of commercial, off the shelf (COTS) software configurations? For example, could we use it to track deployments of Microsoft Dynamics CRM across different environments? Or Dynamics AX? In this scenario, we aren't deploying CRM or AX itself, but packages of configuration changes.
Thoughts?
Thoughts?
Comments
If all it involves is copying some files to a location on disk, setting the variable "RedGatePackageDirectoryPath" should do the trick, as described here:
http://documentation.red-gate.com/display/DM2/Variables
If you need to restart the application, then you'll have to write a simple PowerShell script to do that. There's advice on packaging up PowerShell scripts here:
http://documentation.red-gate.com/display/DM2/Using+PowerShell+scripts+in+deployment
And some useful example scripts here:
http://www.red-gate.com/messageboard/viewforum.php?f=166
Software Developer
Deployment Manager