Skip to content

Commit 33b4edf

Browse files
Merge pull request #3450 from jasonrandrews/review
Start tech review of Minecraft server on OCI
2 parents 60e1c04 + 13e0c0a commit 33b4edf

1 file changed

Lines changed: 12 additions & 6 deletions

File tree

  • content/learning-paths/servers-and-cloud-computing/minecraft-on-oci

content/learning-paths/servers-and-cloud-computing/minecraft-on-oci/_index.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
---
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
37

48
minutes_to_complete: 10
59

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.
711

812
learning_objectives:
913
- Provision an OCI A1 Arm64 virtual machine instance suitable for running a Minecraft server
@@ -12,12 +16,12 @@ learning_objectives:
1216
- Connect to the running Minecraft server from the Minecraft client application
1317

1418
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/)
1620
- Install software that allows you to connect to a running instance over SSH
1721
- Install the Minecraft client on your local laptop, and ensure that you have a Microsoft
1822
or Mojang account to log in (it will help if you know the basics of playing Minecraft too)
1923

20-
author: Dave Neary <dneary@amperecomputing.com>
24+
author: Dave Neary
2125

2226
### Tags
2327
skilllevels: Introductory
@@ -30,7 +34,6 @@ tools_software_languages:
3034
operatingsystems:
3135
- Linux
3236

33-
3437
further_reading:
3538
- resource:
3639
title: How To Setup And Run A Free Minecraft Server In The Cloud
@@ -40,7 +43,10 @@ further_reading:
4043
title: How to create a powerful Minecraft Server for free using Oracle Cloud
4144
link: https://www.youtube.com/watch?v=0kFjEUDJexI
4245
type: video
43-
46+
- resource:
47+
title: Deploy Arm instances on Oracle Cloud Infrastructure (OCI) using Terraform
48+
link: /learning-paths/servers-and-cloud-computing/oci-terraform/
49+
type: learning-path
4450

4551

4652
### FIXED, DO NOT MODIFY

0 commit comments

Comments
 (0)