rudissaar / wet-server-setup

This repository stores scripts that make setting up Wolfenstein: Enemy Territory 2.60b server much easier than it normally is.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wolfenstein: Enemy Territory Server Setup

Wolfenstein: Enemy Territory 2.60b Licence

This repository stores scripts that make setting up Wolfenstein: Enemy Territory 2.60b server much easier than it normally is.

Guides

Here is a list of available guides to help you with your setup, you should keep in mind that root permissions are required to run scripts.

ETPro Match Server

If you would like to set up a ETPro match server, follow given instruction for your distribution of choice:

Debian GNU/Linux

Debian 9

After downloading/cloning repository navigate to directory setup/debian.

Then execute following scripts with bash shell in given order:

  1. install-software.sh
  2. install-common-maps.sh
  3. etpro-install.sh
  4. etpro-conf-global.sh
Systemd Integration

You also have option to integrate server with systemd, it provides you with functionalities like restarting, starting or stopping server and also gives you option to start server once host machine boots up.

To integrate your server with systemd execute following script:

After integration you can start your server by executing command:

systemctl start wet

If you would like your server to start automatically when host machine boots up enter command:

systemctl enable wet

FreeBSD

FreeBSD 12

After downloading/cloning repository navigate to directory setup/freebsd.

Then execute following scripts with sh shell in given order:

  1. install-software.sh
  2. install-common-maps.sh
  3. etpro-install.sh
  4. etpro-conf-global.sh

About

This repository stores scripts that make setting up Wolfenstein: Enemy Territory 2.60b server much easier than it normally is.

License:MIT License


Languages

Language:Shell 94.6%Language:Ruby 5.4%