Lesson 6 Deploy the component#

To deploy the component, run the application process on an environment.

Using the application environment and process that you created in previous steps, you can deploy the component.

  1. Open the application page by clicking Applications and then clicking the application name.

  2. In the same row as your environment, click the Request Process icon .

    The Create Deployment wizard opens.

  3. Set the request process.

    1. In the Request Process window, accept the default value for the Only Changed Versions parameter.

      If this check box is selected, no previously deployed component versions are deployed.

    2. In the Process list, select the hello App Process process.

  4. Specify component version by clicking Select For All, and then select Latest Available from the Choose Component Versions tab or specify a snapshot from the Select a Snapshot tab.

  5. Set the date, time, and pattern of deployment. The Run Now option is enabled by default for immediate deployment. You can schedule deployments by disabling this option.

  6. Review your deployment configuration and make changes, if necessary.

  7. Click Submit Deployment when ready.

    The Application Process Request page shows the progress of the request. From here, you can watch as the process runs.

    If the application process execution is not successful, expand a process step and click View Child Execution to open the Deployment of Component pane, which can be used to review the deployment details. The Deployment of Component page shows the log for each step in the component process. In the Deployment of Component pane, you can review the deployment output log, error log, and input and output parameters.

The application process installed the helloWorld component into the target environment.

Application processes can also uninstall or update components or run other configuration.

For more information about running deployments, see Deploying applications.

Parent topic: Create a simple helloWorld deployment