Ut4HubServerDocker/README.md

26 lines
621 B
Markdown
Raw Normal View History

2024-04-29 21:56:48 +00:00
**Usage**
1. Update Ubuntu Packages:
`sudo apt update`
2. Install Git
2024-04-29 21:58:58 +00:00
```<language>sudo apt install git -y```
2024-04-29 21:56:48 +00:00
3. Clone (download) Repo Code:
2024-04-29 21:57:49 +00:00
```git clone https://git.polycompsol.com:3000/basshound/Ut4HubServerDocker.git```
2024-04-29 21:56:48 +00:00
4. Change directory to go inside repo:
`cd Ut4HubServerDocker`
5. Modify game config files accordingly. Primarily Game.ini, though Rulesets and other config can also be specified here.
6. To perform one step configure/run:
`./autoBuildDeploy`
2024-04-29 21:58:28 +00:00
This will install Docker, build the docker image, download pak files (from pakFileList), create firewall rules, and deploy docker container.