[How-To] Run a server on a Raspberry Pi

After trying out some stuff, I found a way to run a server successfully on a Raspberry Pi (or maybe even other ARM devices).

First of, download the server files from
Please, Anmelden or Registrieren to view URLs content!
and extract them in some folder.

Now, go to
Please, Anmelden or Registrieren to view URLs content!
, click on Clone or Download and then Download ZIP. Now extract that too in some folder and execute these commands in the folder.


(Note that you’ll need to have all the necessary stuff installed, just google if it can’t find a command and install it)

Afterwards, install mono if you haven’t done so already. For Arch Linux as example you’d just need to do pacman -S mono.

When you have done so, go back to your home folder and execute these commands (same story as above with the commands).


(Source:
Please, Anmelden or Registrieren to view URLs content!
, edited a bit because I had issues without sudo)

At last, go to your server directory and run chmod +X run.sh. Now you should be able to start your server via the run.sh.
 
Oben