From be4e403219f6e947e9789b0e6a60063a7493f54c Mon Sep 17 00:00:00 2001 From: c Date: Mon, 25 Sep 2023 15:09:58 +0200 Subject: [PATCH] add first steps in installtion readme and add a suggestion to run the deployscript as background task --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c229f9..84d299a 100644 --- a/README.md +++ b/README.md @@ -32,11 +32,23 @@ It is based on https://git.libregaming.org/c/onFOSS-LAN-Serverconfiguration ## Installation +Start with a clean Debian installation and prepare a root shell. + +Update the server, install git and clone this repository: + +``` +apt update -y && apt upgrade -y +apt install --assume-yes git +cd /tmp/ +git clone https://git.libregaming.org/onFOSS/Gameserver.git +cd Gamerserver/ +``` + The main script is `deploy.sh`. You only need to give if your domain name and your own name. ``` DOMAINNAME=play.jarno.ca HOSTEDBYNAME=DeathByDenim ./deploy.sh ``` -This will download all the game servers, install them, configure them, and start them up. It should take less than an hour for all game servers to be up and running. +This will download all the game servers, install them, configure them, and start them up. It should take less than an hour for all game servers to be up and running. You can also run the deploy script with nohup as a background task and pipe output to a logfile. If you don't have a domainname, just use the IP address.