Download Latest Version skripte.zip (7.3 kB)
Email in envelope

Get an email when there's a new version of Gameserver Installer/Startscripts Linux

Home / scripts_Version3.0_german
Name Modified Size InfoDownloads / Week
Parent folder
ReadMe.txt 2013-07-22 2.1 kB
skripte.zip 2013-07-22 7.3 kB
Totals: 2 Items   9.4 kB 0
Mod Name: Gameserver Installer/Startscripts
Mod Author: John Hannibal Smith
Version: 3.0
Release Date: 13.07.2013
Category: Gameserver
Homepage: https://sourceforge.net/projects/gameserverstart
Forum: https://sourceforge.net/projects/gameserverstart

===========
Description
===========

Gameserver Installer



============
Installation
============

#System Vorbereitung
apt-get update
apt-get upgrade
apt-get install screen
apt-get install gawk
apt-get install ia32-libs

Für Debian Wheezy
apt-get update
apt-get upgrade
apt-get install screen
apt-get install gawk
dpkg --add-architecture i386
apt-get update
apt-get install ia32-libs

#SteamCMD Installation
cd /home
mkdir ./.STEAMCMD
cd ./.STEAMCMD
mkdir ./scripting
wget http://media.steampowered.com/client/steamcmd_linux.tar.gz
tar -xf steamcmd_linux.tar.gz
rm steamcmd_linux.tar.gz
chmod -R 777 /home/.STEAMCMD
./steamcmd.sh +quit

Schreibt folgendes in die Datei /etc/security/limits.conf:
* soft nofile 2048
* hard nofile 2048

Dies wird benötigt damit die SteamCMD fehlerfrei läuft.

#Skripte installieren
cd /home
mkdir /home/skripte
In diesen Ordner müsst ihr den Inhalt der skripte.zip hochladen (DEDICATED_HL1 DEDICATED_HL2 DEDICATED_MINECRAFT gs_installer.sh)

chmod -R 777 /home/skripte

Neuen User für die Gameserver Installation erstellen:
useradd -m -s /bin/bash gameserver
passwd gameserver
2x Passwort eingeben

#Gameserverinstallation
cd /home/skripte
./gs_installer.sh install_hl1   für HL1 Games
./gs_installer.sh install_hl2   für HL2 Games
./gs_installer.sh install_minecraft   für Minecraft

**Achtung: Beim Aufruf des Skripts werdet ihr als erstes nach einem User gefragt. Nehmt den, den ihr gerade erstellt habt. NIEMALS DEN USER ROOT EINGEBEN!**



====================
Compatibility Issues
====================

Für Suse

zypper install gawk
zypper install screen
zypper install ia32-libs


===============
Licensing/Legal
===============

This mod is released under the GNU General Public License. The GPL can be found here: http://www.gnu.org/licenses/gpl.txt
Source: ReadMe.txt, updated 2013-07-22