Deploying Web Applications to the Cloud

See Also 

To deploy a web application to the cloud, set the application's server to a server on the cloud and run the application.

  1. In the Projects window, right-click the application's node and select Properties.
  2. Select the Run category in the project's Properties window.
  3. Select the target server from the Server drop-down list.

    The remote cloud server will be listed in the drop-down list if the cloud account is registered in the IDE.

  4. In the Projects window, right-click the project's root node and select Run.

    When you click Run the IDE builds the project and deploys it to the cloud server. You can follow the progress of deployment in the IDE's Output window. The application's landing page opens in a browser window.

For more details about working with cloud providers supported in the IDE, see the following documents.

See Also
About Web Applications on the Cloud
Registering a Cloud Account
Deploying Web Applications

Legal Notices