🌿 update notes about mc server
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
75d28597e2
commit
33ea79fbe0
1 changed files with 14 additions and 10 deletions
|
@ -1,14 +1,16 @@
|
|||
---
|
||||
title: 'sidsIgloo ~ A Minecraft server'
|
||||
description: '🌱 ~ Very rough notes about the server'
|
||||
description: '🌿 ~ Some info about the server'
|
||||
layout: "../../../layouts/Layout.astro"
|
||||
---
|
||||
|
||||
## 📝 Info
|
||||
|
||||
...
|
||||
sidsIgloo is a Minecraft server created for fun and learning. It's one of my first services to run on a server by myself and I've learned a bit from it!
|
||||
|
||||
## 🛠️ How to run
|
||||
## 👷 Server work & maintenance
|
||||
|
||||
### 🛠️ How to run
|
||||
|
||||
```
|
||||
1. Start screen with `screen`
|
||||
|
@ -17,14 +19,16 @@ layout: "../../../layouts/Layout.astro"
|
|||
4. To enter the running screen, write `screen -r`
|
||||
```
|
||||
|
||||
## 👷 Installation
|
||||
### ⬆️ Updating server version
|
||||
|
||||
...
|
||||
|
||||
## The process
|
||||
|
||||
...
|
||||
1. Move everything, except `eula`, `logs`, and old server version to a folder named `backup` (or whatever you want to call it)
|
||||
2. Delete remaining files/folders
|
||||
3. Download latest Minecraft server from [website](https://www.minecraft.net/en-us/download/server) using `curl -O {LINK}`
|
||||
4. Run the new server with the command on the website
|
||||
5. Edit `eula.txt` to ***true***
|
||||
6. Move files/folders from `backup` to main directory again with `rsync -a backup/* .`
|
||||
7. Finito! Run server again as usual
|
||||
|
||||
### Plugins
|
||||
|
||||
...
|
||||
*Not added yet..*
|
||||
|
|
Loading…
Add table
Reference in a new issue