Go to file
basshound 61f062dd4f Update README.md 2024-04-29 22:00:03 +00:00
config change 2024-04-29 05:17:57 +00:00
rulesets change 2024-04-29 12:46:29 +00:00
.gitignore Update .gitignore 2024-04-29 05:27:09 +00:00
Dockerfile Update Dockerfile 2024-04-29 16:17:49 +00:00
README.md Update README.md 2024-04-29 22:00:03 +00:00
autoBuildDeploy update 2024-04-29 17:05:06 +00:00
installReqs Update installReqs 2024-04-29 17:02:41 +00:00
pakfilelist change 2024-04-29 05:17:57 +00:00
runServer Update runServer 2024-04-29 18:21:48 +00:00
setup Update setup 2024-04-29 16:52:30 +00:00
viewLog update 2024-04-29 19:09:17 +00:00

README.md

Usage

  1. Update Ubuntu Packages:

sudo apt update

  1. Install Git <language> sudo apt install git -y

  2. Clone (download) Repo Code:

git clone https://git.polycompsol.com:3000/basshound/Ut4HubServerDocker.git

  1. Change directory to go inside repo:

cd Ut4HubServerDocker

  1. Modify game config files accordingly. Primarily Game.ini, though Rulesets and other config can also be specified here.

  2. To perform one step configure/run:

./autoBuildDeploy

This will install Docker, build the docker image, download pak files (from pakFileList), create firewall rules, and deploy docker container.

content