Skip to content

Commit 70d5252

Browse files
committed
Add an entry page for Using Oracle GraalVM on OCI
1 parent 165bab9 commit 70d5252

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

docs/getting-started/get-started.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,16 @@ If you are new to Oracle GraalVM, we recommend starting with the [GraalVM Overvi
1515

1616
If you have Oracle GraalVM already installed and have experience using it, you can skip this page and proceed to the in-depth [reference manuals](../reference-manual/reference-manuals.md).
1717

18+
## Installing
19+
1820
Installation steps for your specific platform:
1921

2022
* [Oracle Linux](https://docs.oracle.com/en/graalvm/jdk/23/docs/getting-started/oci/compute-instance/){:target="_blank"}
2123
* [Linux](linux.md)
2224
* [macOS](macos.md)
2325
* [Windows](windows.md)
2426

25-
## Start Running Applications
27+
## Running an Application
2628

2729
Oracle GraalVM includes the Java Development Kit (JDK), the just-in-time compiler (the Graal compiler), Native Image, and other familiar Java tools.
2830
You can use the GraalVM JDK just like any other JDK in your IDE, so having installed Oracle GraalVM, you can run any Java application unmodified.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
layout: ohc
3+
permalink: /getting-started/oci/
4+
---
5+
6+
# Using Oracle GraalVM on OCI
7+
8+
Oracle GraalVM is free to use, including support, for Oracle Cloud Infrastructure (OCI) subscribers.
9+
10+
Learn how to start using Oracle GraalVM with different OCI services:
11+
* [Compute Instance](installation-compute-instance-with-OL.md)
12+
* [Cloud Shell](cloud-shell.md)
13+
* [Code Editor](code-editor.md)
14+
* [DevOps Build Pipelines](installation-devops-build-pipeline.md)

0 commit comments

Comments
 (0)