644 B
644 B
Usage
- Update Ubuntu Packages:
sudo apt update
-
Install Git
<language> sudo apt install git -y
-
Clone (download) Repo Code:
git clone https://git.polycompsol.com:3000/basshound/Ut4HubServerDocker.git
- Change directory to go inside repo:
cd Ut4HubServerDocker
-
Modify game config files accordingly. Primarily Game.ini, though Rulesets and other config can also be specified here.
-
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