https://github.com/rudissaar/wet-server-setup
This repository stores scripts that make setting up Wolfenstein: Enemy Territory 2.60b server much easier than it normally is.
https://github.com/rudissaar/wet-server-setup
enemy-territory etpro game-server server-setup systemd-service wolfenstein
Last synced: 8 months ago
JSON representation
This repository stores scripts that make setting up Wolfenstein: Enemy Territory 2.60b server much easier than it normally is.
- Host: GitHub
- URL: https://github.com/rudissaar/wet-server-setup
- Owner: rudissaar
- License: mit
- Created: 2018-02-23T13:44:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-30T22:06:14.000Z (almost 6 years ago)
- Last Synced: 2025-02-21T23:15:19.309Z (12 months ago)
- Topics: enemy-territory, etpro, game-server, server-setup, systemd-service, wolfenstein
- Language: Shell
- Homepage:
- Size: 40 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wolfenstein: Enemy Territory Server Setup
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](#etpro-match-server)
### 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

After downloading/cloning repository navigate to directory `setup/debian`.
Then execute following scripts with `bash` shell in given order:
1. [install-software.sh](setup/debian/install-software.sh)
2. [install-common-maps.sh](setup/common/install-common-maps.sh)
3. [etpro-install.sh](setup/debian/etpro-install.sh)
4. [etpro-conf-global.sh](setup/debian/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:
* [integrate-systemd.sh](setup/debian/integrate-systemd.sh)
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

After downloading/cloning repository navigate to directory `setup/freebsd`.
Then execute following scripts with `sh` shell in given order:
1. [install-software.sh](setup/freebsd/install-software.sh)
2. [install-common-maps.sh](setup/common/install-common-maps-fallback.sh)
3. [etpro-install.sh](setup/common/etpro-install-fallback.sh)
4. [etpro-conf-global.sh](setup/common/etpro-conf-global-fallback.sh)
