Typical Workflow for Administering Applications

Complete these tasks to deploy and manage your applications in Oracle Application Container Cloud Service.

Task Description More Information

Sign up for a free credit promotion or purchase a subscription

Provide your information, and sign up for a free trial or purchase a subscription to Oracle Cloud.

See Purchasing a Subscription to an Oracle Cloud Service in Getting Started with Oracle Cloud.

Add and manage users and roles

Optionally create additional accounts for your cloud users.

Adding Users and Assigning Roles in Getting Started with Oracle Cloud

Access the service console

Access the service console.

Access Oracle Application Container Cloud Service

Prepare the application for Cloud deployment

Learn how to create a new application, or modify an existing application, for this service. An existing program must be modified to read certain environment variables when it’s deployed. In addition, it needs a launch point and one or two metadata files.

See Design Considerations and The Packaging Process in Developing for Oracle Application Container Cloud Service.

Deploy your application to the service

Use the user interface, the REST API, or deploy from Oracle Developer Cloud Service.

To deploy using the REST API, see Create an Application in REST API for Managing Applications.

To deploy from Oracle Developer Cloud Service, see Deploying an Application to Oracle Application Container Cloud in Using Oracle Developer Cloud Service.

To deploy an application and configure a database in a single step, you can use Oracle Cloud Stack. See Deploy an Application and Configure a Database with Stack Manager.

Connect your application to other Oracle Cloud services.

Use a service binding to connect fromOracle Application Container Cloud Service to Oracle Database Cloud Service, MySQL Cloud Service, Oracle Java Cloud Service, Oracle Event Hub Cloud Service, Oracle Data Hub Cloud Service, or an application cache.

See Managing Service Bindings.

Test your application remotely

   

Monitor your application by using Java Flight Recorder (Only Java applications)

  See Java Mission Control and Java Flight Recorder in Developing for Oracle Application Container Cloud Service.

Manage your application

You can manage your applications using the web user interface or the REST API.

As your application is running, you can:

  • Change the number of instances.

  • Alter the amount of memory allocated to each instance.

  • Review application logs.

  • Upload a new version of the application.

  • Upload new metadata files.

See REST API for Managing Applications.