The following table shows how to work with applications on the cloud.

Create an account. |
Create an account with the cloud provider.
|
|

Register your cloud account in the IDE |
- Open the Services window.
- Right-click the Cloud node.
- Select Add Cloud.
- Enter your cloud account details.
See Registering a Cloud Account in NetBeans IDE.
|
|

Develop your application locally |
- Set up your local environment (application and database server) to match the cloud environment.
- Create the web application in the local environment, selecting a local server that matches the cloud environment.
- Test, debug, and tweak your application using NetBeans IDE tools.
See Developing Cloud Applications Locally.
|
|

Deploy and run the application on the cloud |
- In the Projects window, right-click the application's node and select Properties.
- Select the Run category in the project's Properties.
- Select a cloud-based server from the Server drop-down list.(If you registered a cloud
account with NetBeans IDE, the servers associated with that account are listed.)
- In the Projects window, right-click the project's root node and select Run. The IDE
builds the project and deploys it to the cloud, and the application's landing page opens
in a browser window.
|