Skip to content

Commit

Permalink
Merge pull request #5 from michaelenger/master
Browse files Browse the repository at this point in the history
Add more detailed "running locally" instructions
  • Loading branch information
inolen committed Mar 8, 2014
2 parents 86feded + 86496d6 commit 237acdf
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Expand Up @@ -21,11 +21,26 @@ To note, if you're trying to run a dedicated server, the most up to date binarie

## Running locally

Install the required node.js modules:

```shell
npm install
```

Set `content.quakejs.com` as the content server:

```shell
echo '{ "content": "content.quakejs.com" }' > bin/web.json
node bin/web.js --config bin/web.json
```

Run the server:

```shell
node bin/web.js --config ./web.json
```

Your server is now running on: [http://0.0.0.0:8080](http://0.0.0.0:8080)


## Running a dedicated server

Expand Down

0 comments on commit 237acdf

Please sign in to comment.