UserVM Handbook: Difference between revisions

Jump to navigation Jump to search
No edit summary
== Compiling the server<br> ==
=== Install Dependencies ===
First up make sure you have git, nasm, and a Rust toolchain installed:
{{code|lang=bash|
$ sudo pacman --needed --noconfirm -Sy nodejsgit nasm rust # Arch
$ sudo apt-get install -y git # Debian
}}
$ sudo corepack enable
</nowiki>}}
 
=== Prepare the server ===
Now let's get the server ready. First, we'll create a dedicated CollabVM user to run the server from <code>/srv/collabvm</code>:

Navigation menu