1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

Migrates ruby on rails content

This commit is contained in:
Steven Smith
2025-01-27 14:16:10 -05:00
committed by openshift-cherrypick-robot
parent 3a4d034e13
commit 3b4e80d637
7 changed files with 11 additions and 11 deletions

View File

@@ -2220,8 +2220,6 @@ Topics:
- Name: Image configuration resources
File: image-configuration
Distros: openshift-enterprise,openshift-origin
- Name: Using Ruby on Rails
File: templates-using-ruby-on-rails
- Name: Using images
Dir: using_images
Distros: openshift-enterprise,openshift-origin
@@ -2261,6 +2259,8 @@ Topics:
File: creating-apps-from-installed-operators
- Name: Creating applications by using the CLI
File: creating-applications-using-cli
- Name: Creating applications using Ruby on Rails
File: templates-using-ruby-on-rails
- Name: Viewing application composition by using the Topology view
File: odc-viewing-application-composition-using-topology-view
- Name: Exporting applications

View File

@@ -583,8 +583,6 @@ Topics:
- Name: Image configuration resources
File: image-configuration
Distros: openshift-dedicated
- Name: Using Ruby on Rails
File: templates-using-ruby-on-rails
- Name: Using images
Dir: using_images
Distros: openshift-dedicated
@@ -910,6 +908,8 @@ Topics:
File: creating-apps-from-installed-operators
- Name: Creating applications using the CLI
File: creating-applications-using-cli
- Name: Creating applications using Ruby on Rails
File: templates-using-ruby-on-rails
- Name: Viewing application composition using the Topology view
File: odc-viewing-application-composition-using-topology-view
# cannot create required namespace

View File

@@ -837,8 +837,6 @@ Topics:
- Name: Image configuration resources (HCP)
File: image-configuration-hcp
Distros: openshift-rosa
- Name: Using Ruby on Rails
File: templates-using-ruby-on-rails
- Name: Using images
Dir: using_images
Distros: openshift-rosa
@@ -1175,6 +1173,8 @@ Topics:
File: creating-apps-from-installed-operators
- Name: Creating applications using the CLI
File: creating-applications-using-cli
- Name: Creating applications using Ruby on Rails
File: templates-using-ruby-on-rails
- Name: Viewing application composition using the Topology view
File: odc-viewing-application-composition-using-topology-view
# cannot create required namespace

View File

@@ -1,6 +1,6 @@
:_mod-docs-content-type: ASSEMBLY
[id="templates-using-ruby-on-rails"]
= Using Ruby on Rails
= Creating applications using Ruby on Rails
include::_attributes/common-attributes.adoc[]
:context: templates-ruby-on-rails

View File

@@ -22,19 +22,18 @@ ifdef::openshift-rosa,openshift-dedicated[]
As a user with dedicated administrator permissions, you can choose to xref:../applications/projects/configuring-project-creation.adoc#disabling-project-self-provisioning_configuring-project-creation[prevent an authenticated user group from self-provisioning new projects].
endif::openshift-rosa,openshift-dedicated[]
[id="working-on-application"]
== Working on an application
[id="creating-application"]
=== Creating an application
To create applications, you must have created a project or have access to a project with the appropriate roles and permissions. You can create an application by using either xref:../applications/creating_applications/odc-creating-applications-using-developer-perspective.adoc#odc-creating-applications-using-developer-perspective[the Developer perspective in the web console], xref:../applications/creating_applications/creating-apps-from-installed-operators.adoc#creating-apps-from-installed-operators[installed Operators], or xref:../applications/creating_applications/creating-applications-using-cli.adoc#creating-applications-using-cli[the {oc-first}]. You can source the applications to be added to the project from Git, JAR files, devfiles, or the developer catalog.
You can also use components that include source or binary code, images, and templates to create an application by using the {oc-first}. With the {product-title} web console, you can create an application from an Operator installed by a cluster administrator.
[id="maintaining-application"]
=== Maintaining an application
After you create the application, you can use the web console to xref:../applications/odc-monitoring-project-and-application-metrics-using-developer-perspective.adoc#odc-monitoring-project-and-application-metrics-using-developer-perspective[monitor your project or application metrics]. You can also xref:../applications/odc-editing-applications.adoc#odc-editing-applications[edit] or xref:../applications/odc-deleting-applications.adoc#odc-deleting-applications[delete] the application using the web console.
When the application is running, not all applications resources are used. As a cluster administrator, you can choose to xref:../applications/idling-applications.adoc#idling-applications[idle these scalable resources] to reduce resource consumption.
@@ -47,5 +46,5 @@ You can also use xref:../applications/working_with_helm_charts/understanding-hel
[id="redhat-marketplace"]
== Using the Red Hat Marketplace
The xref:../applications/red-hat-marketplace.adoc#red-hat-marketplace[Red Hat Marketplace] is an open cloud marketplace where you can discover and access certified software for container-based environments that run on public clouds and on-premises.

View File

@@ -16,6 +16,7 @@ ifdef::openshift-enterprise,openshift-webscale,openshift-origin[]
----
$ oc expose service rails-app --hostname=www.example.com
----
endif::[]
ifdef::openshift-online[]

View File

@@ -63,7 +63,7 @@ You can use xref:../applications/creating_applications/using-templates.adoc#usin
[id="how-you-can-use-ruby-on-rails"]
== How you can use Ruby on Rails
As a developer, you can use xref:../openshift_images/templates-using-ruby-on-rails.adoc#templates-using-ruby-on-rails[Ruby on Rails] to:
As a developer, you can use xref:../applications/creating_applications/templates-using-ruby-on-rails.adoc#templates-using-ruby-on-rails[Ruby on Rails] to:
** Write your application:
*** Set up a database.