UserVM Handbook: Difference between revisions

From Computernewb Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
== Compiling the server<br> ==
== Compiling the server<br> ==
First up make sure you have git installed:
First up make sure you have git installed:
{{code|lang=bash|
sudo pacman -S --needed git
sudo apt install git
}}

Revision as of 01:33, 2 December 2022

Welcome to the official guide on setting up a UserVM.

Prerequisites

You'll need:

  • A machine with decent specs (8GB of RAM and a modern CPU, probably)
  • A Linux distribution; You can pick any mainstream distro, for the purposes of this guide I recommend either Debian/Devuan or Arch/Artix. I recommend the OpenRC versions (Devuan/Artix) but that's just preference, pick what you're comfortable with. Yes, Ubuntu will work, it's terrible though
  • Basic knowledge of how computers and Linux systems work. We aren't going to hold your hand, you need to be comfortable with a command line
  • A few hours

Compiling the server

First up make sure you have git installed:

sudo pacman -S --needed git
sudo apt install git