25 lines
488 B
Markdown
25 lines
488 B
Markdown
a Docker container for Left 4 Dead 2 Dedicated Server
|
|
|
|
# Preparation
|
|
|
|
## Ansible
|
|
|
|
|
|
|
|
## Manual
|
|
|
|
On the remote host you need to install:
|
|
- Wine stable [(From WineHQ)](https://gitlab.winehq.org/wine/wine/-/wikis/Debian-Ubuntu)
|
|
- Zip and Unzip
|
|
- libarchive-tools
|
|
- Xvfb
|
|
- PM2
|
|
|
|
You need have these environment variables, name it `.game.env`
|
|
|
|
```sh
|
|
export DIR_WINE="/wine"
|
|
export DIR_STEAMCMD="/wine/drive_c/SteamCMD"
|
|
export DIR_SERVER="/wine/drive_c/l4d2server"
|
|
export WINEPREFIX=$DIR_WINE
|
|
``` |