Before You Begin
This 10-minute tutorial shows you how to deploy a basic Ruby application in Oracle Application Container Cloud Service.
Background
Oracle Application Container Cloud Service lets you deploy Java Platform, Standard Edition and Enterprise Edition, Node.js, PHP, Python, and Ruby applications to Oracle Cloud.
What Do You Need?
- Access to an instance of Oracle Application Container Cloud Service
- app.zip (The file contains the Ruby source code and
manifest.jsonmetadata file needed to launch a Ruby application.)
Deploy Your Application to Oracle Application Container Cloud Service
- Sign in to your instance of Oracle Application Container Cloud Service.
- In the Oracle Cloud Services dashboard, click Action
and select Oracle Application Container Cloud Service. - To open the Oracle Application Container Cloud Service console, click Services.
- In the Applications list view, click Create Application and select Ruby.
- In the Application section, enter
appfor your application name and click Browse. - In the File Upload dialog box, select the
app.zipfile that you downloaded and click Open. - Keep the default values in the Instances and Memory fields and click Create.
- Wait until the application is created. The URL is enabled after the application is created.
Test Your Application
Click the URL of your application. "Hello World!" is displayed in the browser.
Want to Learn More?
- About Your Application and Oracle Application Container Cloud Service in the Oracle Help Center
- The Ruby Programming Language
Deploy a Ruby Application to Oracle Cloud