You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/learning-paths/servers-and-cloud-computing/minecraft-on-oci/_index.md
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,13 @@
1
1
---
2
-
title: Running a Minecraft server on OCI A1 Arm64 instances
2
+
title: Run a Minecraft server on OCI A1 Arm64 instances
3
+
4
+
draft: true
5
+
cascade:
6
+
draft: true
3
7
4
8
minutes_to_complete: 10
5
9
6
-
who_is_this_for: Learners who are new to OCI and want a guided path from “provisioning an instance” to “running a persistent Minecraft server”.
10
+
who_is_this_for: This is an introductory topic for developers who are new to OCI and want to provision an Arm64 instance and run a persistent Minecraft server on it.
7
11
8
12
learning_objectives:
9
13
- Provision an OCI A1 Arm64 virtual machine instance suitable for running a Minecraft server
@@ -12,12 +16,12 @@ learning_objectives:
12
16
- Connect to the running Minecraft server from the Minecraft client application
13
17
14
18
prerequisites:
15
-
- Complete the [Get started with Oracle Cloud Infrastructure](../csp/oci/) learning path
19
+
- Review [Get started with Oracle Cloud Infrastructure](/learning-paths/servers-and-cloud-computing/csp/oci/)
16
20
- Install software that allows you to connect to a running instance over SSH
17
21
- Install the Minecraft client on your local laptop, and ensure that you have a Microsoft
18
22
or Mojang account to log in (it will help if you know the basics of playing Minecraft too)
19
23
20
-
author: Dave Neary <dneary@amperecomputing.com>
24
+
author: Dave Neary
21
25
22
26
### Tags
23
27
skilllevels: Introductory
@@ -30,7 +34,6 @@ tools_software_languages:
30
34
operatingsystems:
31
35
- Linux
32
36
33
-
34
37
further_reading:
35
38
- resource:
36
39
title: How To Setup And Run A Free Minecraft Server In The Cloud
@@ -40,7 +43,10 @@ further_reading:
40
43
title: How to create a powerful Minecraft Server for free using Oracle Cloud
41
44
link: https://www.youtube.com/watch?v=0kFjEUDJexI
42
45
type: video
43
-
46
+
- resource:
47
+
title: Deploy Arm instances on Oracle Cloud Infrastructure (OCI) using Terraform
0 commit comments