Skip to content

Commit

Permalink
Merge pull request runejs#344 from HeraticAssassin/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Tynarus authored Sep 15, 2021
2 parents 45a2f19 + 5e733a9 commit 6e31cad
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,17 @@ The server runs on the 435 revision of the game, which was a game update made on

The game server will spin up and be accessible via port 43594.

### Setup using docker

1. Download and install Docker and Docker Compose: first https://docs.docker.com/get-docker/ then https://docs.docker.com/compose/install/
2. Copy the `config/server-config.example.yaml` and paste it into the same folder using the name `server-config.yaml`
3. Go into your new `server-config.yaml` file and modify your RSA modulus and exponent with the ones matching your game client
- You may also modify the server's port and host address from this configuration file
4. Build the docker image with `docker-compose build`
5. Run the game server with `docker-compose up'

The game server will spin up and be accessible via port 43594.

## Game Client

The [RuneScape Java Client #435](https://github.com/runejs/refactored-client-435) must be used to log into a RuneJS game server.
Expand Down

0 comments on commit 6e31cad

Please sign in to comment.