The Environment Value Management service involves the installation of two separate parts, the EVM API service and the EVM User Interface.
To install Environment Value Management:
- Launch the Environment Value Management installer by executing Hyland.ChangeControl.EVMsetup.exe. The Hyland Environment Value Management Setup window is displayed.
- Click Install. The Hyland Change Control EVM API Setup wizard is displayed.
- Click Next. The IIS Settings page of the wizard is displayed. On this page you can configure the settings for the IIS application to be created for the EVM API.
- Select a Web Site for the API to use from the drop-down.
- In the Application Name field, enter the name to use for the EVM API.
- In the Application Pool field, enter the name for the EVM API's application pool.
- If you want to configure the EVM API to use secure connections only, select the Require SSL option.
- Click Next. Another IIS Settings page is displayed.
- If your IIS requires you to use specific credentials, select the Specify IIS Application Pool Credentials option. Then enter the credentials in the relevant fields.
- Click Next. The Destination Folder page is displayed.
- If you need to install the EVM API to a folder other than the default installation location, enter it in the provided field.
- Click Next. The Ready to install Hyland Change Control EVM API page is displayed.
- Click Install to begin the installation of the EVM API.
- When installation of the EVM API is complete, the Hyland Change Control EVM UI wizard is displayed. Click Next.
- The IIS Settings page of the wizard is displayed. On this page you can configure the settings for the IIS application to be created for the EVM User Interface.
- Select a Web Site for the UI to use from the drop-down.
- In the Application Name field, enter the name to use for the EVM UI.
- In the Application Pool field, enter the name for the EVM UI's application pool.
- If you want to configure the EVM UI to use secure connections only, select the Require SSL option.
- Click Next. Another IIS Settings page is displayed.
- If your IIS requires you to use specific credentials, select the Specify IIS Application Pool Credentials option. Then enter the credentials in the relevant fields.
- Click Next. The Destination Folder page is displayed.
- If you need to install the EVM UI to a folder other than the default installation location, enter it in the provided field.
- Click Next. The Ready to install Hyland Change Control EVM UI page is displayed.
- Click Install to begin the installation of the EVM UI.
- When installation is complete, click Finish. The Hyland Environment Value Management Setup window is displayed and confirms that the installation has been successfully completed.
- Click Close.
- Browse to the install location of the EVM API, by default ../Program Files/Hyland/EVM-API/config.
-
Open appsettings.json and make the following modifications:
- Enter the connection string used to connect to your OnBase database in the ConnectionString section.
- Enter the URL for your EVM UI in the AllowedOrigins section.
- Save and close the API appsettings.json.
- In OnBase Studio, click the Properties button in the Repository section of the Home ribbon. The Properties dialog box is displayed.
- Select Change Control from the tree to show the Change Control settings.
- In the Environment Value Management URL field, enter the URL to the EVM UI. For example, http://[ServerName.Domain]/evm-ui .
- Click OK to close the Properties dialog box. An Environment Value Management button is now displayed in the Change Control section of the Home ribbon.