|
1 | 1 | --- |
2 | | -title: Getting started with Ruby/Rails on Google Axion C4A (Arm Neoverse-V2) |
| 2 | +title: Get started with Ruby on Rails on Google Axion C4A |
3 | 3 |
|
4 | 4 | weight: 2 |
5 | 5 |
|
6 | 6 | layout: "learningpathall" |
7 | 7 | --- |
8 | 8 |
|
9 | | -## Google Axion C4A Arm instances in Google Cloud |
| 9 | +## Learn about Google Axion C4A Arm instances in Google Cloud |
10 | 10 |
|
11 | | -Google Axion C4A is a family of Arm-based virtual machines built on Google’s custom Axion CPU, which is based on Arm Neoverse-V2 cores. Designed for high-performance and energy-efficient computing, these virtual machines offer strong performance for modern cloud workloads such as CI/CD pipelines, microservices, media processing, and general-purpose applications. |
| 11 | +Google Axion C4A is a family of Arm-based virtual machines built on Google's custom Axion CPU, which is based on Arm Neoverse-V2 cores. Designed for high-performance and energy-efficient computing, these virtual machines offer strong performance for modern cloud workloads such as CI/CD pipelines, microservices, media processing, and general-purpose applications. |
12 | 12 |
|
13 | 13 | The C4A series provides a cost-effective alternative to x86 virtual machines while leveraging the scalability and performance benefits of the Arm architecture in Google Cloud. |
14 | 14 |
|
15 | 15 | To learn more about Google Axion, refer to the [Introducing Google Axion Processors, our new Arm-based CPUs](https://cloud.google.com/blog/products/compute/introducing-googles-new-arm-based-cpu) blog. |
16 | 16 |
|
17 | | -## Ruby on Rails |
| 17 | +## Learn about Ruby on Rails |
18 | 18 |
|
19 | 19 | Ruby on Rails (Rails) is an open-source, server-side web application framework written in Ruby. |
20 | 20 |
|
21 | 21 | It allows developers to build database-backed web applications quickly using convention over configuration, MVC (Model-View-Controller) architecture, and built-in tools for routing, database migrations, and view rendering. |
22 | 22 |
|
23 | | -Rails is widely used for web applications, APIs, and full-stack development projects. Learn more from the [Ruby on Rails official website](https://rubyonrails.org/) and its [guides and documentation](https://guides.rubyonrails.org/). |
| 23 | +Rails is widely used for web applications, APIs, and full-stack development projects. Learn more from the [Ruby on Rails official website](https://rubyonrails.org/) and the [Ruby on Rails Guides](https://guides.rubyonrails.org/). |
| 24 | + |
| 25 | +## What you've accomplished and what's next |
| 26 | + |
| 27 | +Understanding these technologies sets the stage for deploying and optimizing Rails workloads on Arm-based cloud infrastructure. Now that you have the foundational context, you’re ready to set up your development environment and begin working with Ruby on Rails on Google Axion C4A instances. |
| 28 | + |
| 29 | +In the next section, you’ll install the required tools and configure your environment to run Rails applications on Arm-based Google Cloud VMs. This hands-on setup will help you build, test, and deploy Rails projects efficiently on Arm architecture. |
| 30 | + |
| 31 | +Continue to the installation steps to get started. |
| 32 | + |
0 commit comments