add first steps in installtion readme and add a suggestion to run the deployscript as background task

This commit is contained in:
c 2023-09-25 15:09:58 +02:00
parent 226be35856
commit be4e403219
1 changed files with 13 additions and 1 deletions

View File

@ -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.