Server/Day of Defeat: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 7: | Zeile 7: | ||
== Installation == | == Installation == | ||
; Create a user and login.: | |||
useradd -g dodsserver -d /home/dodsserver -s /bin/bash -m dodsserver | |||
su - dodsserver | su - dodsserver | ||
; Download the script.: | |||
wget http://gameservermanagers.com/dl/dodsserver | wget http://gameservermanagers.com/dl/dodsserver | ||
; Make it executable.: | |||
chmod +x dodsserver | chmod +x dodsserver | ||
; Run the installer and follow the instructions.: | |||
./dodsserver install | ./dodsserver install |
Version vom 6. Dezember 2015, 18:27 Uhr
Abhaengigkeiten
sudo dpkg --add-architecture i386; sudo apt-get update; sudo apt-get install tmux mailutils postfix ca-certificates lib32gcc1 libstdc++6 libstdc++6:i386
Installation
- Create a user and login.
useradd -g dodsserver -d /home/dodsserver -s /bin/bash -m dodsserver su - dodsserver
- Download the script.
wget http://gameservermanagers.com/dl/dodsserver
- Make it executable.
chmod +x dodsserver
- Run the installer and follow the instructions.
./dodsserver install
Further docmentation can be found on the github wiki. https://github.com/dgibbs64/linuxgsm/wiki
Server starten
Fals mehrer IP Adressen vorhanden sind muss inder Script Datei die IP gesetzt werden.
$ vim dodsserver ip="youtip"
Zum starten:
$ ./dodsserver start