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.
- In the Projects window, right-click the application's node and select Properties.
- Select the Run category in the project's Properties window.
- 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.
- Alternatively, you can select a cloud server when you create the web application and
develop it entirely on the cloud. However this is not recommended.
See Developing Cloud Applications Locally.
- 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