Update README.md
This commit is contained in:
parent
16d0defac8
commit
02c983a30e
15
README.md
15
README.md
|
@ -12,20 +12,21 @@ sudo apt install git -y
|
||||||
3. Clone (download) Repo Code:
|
3. Clone (download) Repo Code:
|
||||||
|
|
||||||
```<language>
|
```<language>
|
||||||
git clone https://git.polycompsol.com:3000/basshound/Ut4HubServerDocker.git```
|
git clone https://git.polycompsol.com:3000/basshound/Ut4HubServerDocker.git
|
||||||
|
```
|
||||||
|
|
||||||
4. Change directory to go inside repo:
|
4. Change directory to go inside repo:
|
||||||
|
|
||||||
`cd Ut4HubServerDocker`
|
```<language>
|
||||||
|
cd Ut4HubServerDocker
|
||||||
|
```
|
||||||
|
|
||||||
5. Modify game config files accordingly. Primarily Game.ini, though Rulesets and other config can also be specified here.
|
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:
|
6. To perform one step configure/run:
|
||||||
|
|
||||||
`./autoBuildDeploy`
|
```<language>
|
||||||
|
./autoBuildDeploy
|
||||||
|
```
|
||||||
|
|
||||||
This will install Docker, build the docker image, download pak files (from pakFileList), create firewall rules, and deploy docker container.
|
This will install Docker, build the docker image, download pak files (from pakFileList), create firewall rules, and deploy docker container.
|
||||||
|
|
||||||
```<language>
|
|
||||||
content
|
|
||||||
```
|
|
Loading…
Reference in New Issue