Setting Up a CDA System via Command-Line Interface

As an Administrator, you can execute the setup-system.ps1 script to set up a CDA system via REST API.

The script is located in the Setup folder (Automic\Release.Manager\Utilities\Setup).

Parameters

  • RmUrl: Base release manager url. Example: http://localhost/cda
  • DatabaseType: Type of main database. Options: mssql, oracle, postgresql
  • ConnectionString: Connection string to the main database.
  • AeSystem: Name of the Automation Engine System. Example: AUTOMIC
  • AeHosts: List of Automation Engine hosts separated by a comma. Example: localhost:8443,localhost:2217.
  • AwiUrl: AWI url. Example: http://localhost:8080/awi
  • CallbackUrl: Callback url. Example: http://localhost/cda

Example

setupSystem.ps1 -RmUrl http://localhost/cda -DatabaseType mssql -ConnectionString "Data Source=.;User ID=cda_user;Password=cda@123456;Database=cda;" -AeSystem AUTOMIC -AeHosts localhost:8443 -AwiUrl http://localhost:8080/awi -CallbackUrl http://localhost/cda