File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,16 @@ The game server currently runs a build of RuneScape from October 30th-31st, 2006
14
14
15
15
## Setup
16
16
17
- 1 . Download and install Docker and Docker Compose: first https://docs.docker.com/get-docker/ then https://docs.docker.com/compose/install/
18
- 2 . Copy the ` config/server-config.example.json ` and paste it into the same folder using the name ` server-config.json `
19
- 3 . Go into your new ` server-config.json ` file and modify your RSA modulus and exponent with the ones matching your game client
17
+ ### Prerequisites
18
+
19
+ - [ ` docker ` ] ( https://docs.docker.com/get-docker/ ) and [ ` docker-compose ` ] ( https://docs.docker.com/compose/install/ )
20
+ - If on Windows, ` docker-compose ` comes with ` docker `
21
+
22
+ 1 . Copy the ` config/server-config.example.json ` and paste it into the same folder using the name ` server-config.json `
23
+ 2 . Go into your new ` server-config.json ` file and modify your RSA modulus and exponent with the ones matching your game client
20
24
- You may also modify the server's port and host address from this configuration file
21
- 4 . Build the docker image with ` docker-compose build `
22
- 5 . Run the game server with `docker-compose up'
25
+ 3 . Build the docker image with ` docker-compose build `
26
+ 4 . Run the game server with `docker-compose up'
23
27
24
28
The game server will spin up and be accessible via port 43594.
25
29
You can’t perform that action at this time.
0 commit comments