Deploying the Application to a Test Environment
You have already created the basic artifacts to deploy the Application to a Test Environment with the help of the wizard. However, you still need to configure different settings to successfully execute the deployment.
Deployment Checklist
- Create Target: OK
- Set custom properties for the Target: X
- Create Environment: OK
- Create Login object: OK
- Create Profile: OK
- Define Profile settings: OK
To Deploy the Application to a Test Environment
- Set Custom Properties for the Target
Note: It is good practice to define a staging folder to assemble all the files needed for the deployment to the test Environment. To do so:
- Switch to the Release Manager Navigator pane.
- Click the Targets tab.
- Open the MSI-Test Target.
- Switch to General > Properties.
- Unfold the Local Staging section.
- Enter the Staging directory:
c:\temp
- Click Save.
-
Execute the Workflow
- Open the Application.
- Switch to Workflows > All Workflows
-
Right-click the deployment Workflow for your Application and select Execute.
The Schedule Workflow Execution dialog is displayed. - Click Assign Profile and select the corresponding Profile.
- Click Select.
- Click Assign Package and select one Package from the list (for example, MSI-Installation 1.0).
- Click Select.
- Select the execution start time: now.
- Select if the execution requires manual confirmation, that is if the execution has to be confirmed by a user or user group (in this case manual confirmation is not needed: no).
- Select the Overwrite existing components installation mode.
- Optionally, click Evaluate Properties to check the settings of all defined variables before the execution.
- Click Execute to start the deployment.
Note: To view the deployment process, click Show all executions in the Details panel.
Next steps:
- DIY - Deploying an Application to a Production Environment
- Deploying a New Version of the Application
Previous steps: