Server/Day of Defeat: Unterschied zwischen den Versionen

Aus Wiki StuRa HTW Dresden
Zur Navigation springen Zur Suche springen
Zeile 7: Zeile 7:
== Installation ==
== Installation ==


; Create a user and login.:


1. Create a user and login.
  useradd -g dodsserver -d /home/dodsserver -s /bin/bash -m dodsserver
 
  adduser dodsserver
passwd dodsserver
  su - dodsserver
  su - dodsserver


2. Download the script.
; Download the script.:


  wget http://gameservermanagers.com/dl/dodsserver
  wget http://gameservermanagers.com/dl/dodsserver


3. Make it executable.
; Make it executable.:


  chmod +x dodsserver
  chmod +x dodsserver


4. Run the installer and follow the instructions.
; 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