Skip to content

Commit ac1e3a8

Browse files
committed
docs: remove non-docker setup docs
1 parent e1df341 commit ac1e3a8

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,7 @@ The game server currently runs a build of RuneScape from October 30th-31st, 2006
1414

1515
## Setup
1616

17-
1. Download and install NodeJS **version 16 or higher**: https://nodejs.org/en/
18-
2. Clone the Github Repo: https://github.com/runejs/server
19-
3. Install dependencies by navigating to the project in your Terminal or command prompt and running the command npm install
20-
4. Copy the `config/server-config.example.json` and paste it into the same folder using the name `server-config.json`
21-
5. *Optional:* Go into the new `server-config.json` file and modify the RSA modulus and exponent with the ones matching your desired game client
22-
- You may also modify the server's port and host address from this configuration file
23-
6. Run the game server with `npm start`
24-
25-
The game server will spin up and be accessible via port 43594.
26-
27-
### Setup using docker
28-
29-
1. Download and install Docker and Docker Compose: first https://docs.docker.com/get-docker/ then https://docs.docker.com/compose/install/
17+
1. Download and install Docker and Docker Compose: first https://docs.docker.com/get-docker/ then https://docs.docker.com/compose/install/
3018
2. Copy the `config/server-config.example.json` and paste it into the same folder using the name `server-config.json`
3119
3. Go into your new `server-config.json` file and modify your RSA modulus and exponent with the ones matching your game client
3220
- You may also modify the server's port and host address from this configuration file

0 commit comments

Comments
 (0)