Bureaucrats, Check users, Interface administrators, Push subscription managers, Suppressors, Administrators
478
edits
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
$ 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>:
|