From 0bd94215822c45a318cbe2c3eb505b578f82cbfd Mon Sep 17 00:00:00 2001 From: basshound Date: Mon, 29 Apr 2024 21:56:48 +0000 Subject: [PATCH] Add README.md --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c623a62 --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +**Usage** + +1. Update Ubuntu Packages: + +`sudo apt update` + +2. Install Git + +`sudo apt install git -y` + +3. Clone (download) Repo Code: + +`git clone https://git.polycompsol.com:3000/basshound/Ut4HubServerDocker.git` + +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` + +This will install Docker, build the docker image, download pak files (from pakFileList), create firewall rules, and deploy docker container. \ No newline at end of file