Skip to content

Commit

Permalink
[IMPROVE] Adding debugging instructions in README (#12989)
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k authored and d-gubert committed Dec 19, 2018
1 parent 1637963 commit 8e21cad
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,13 @@ meteor npm install
meteor npm start
```

In order to debug the server part use [meteor debugging](https://docs.meteor.com/commandline.html#meteordebug). You should use Chrome for best debugging experience:

```sh
meteor debug
```
You'll find a nodejs icon in the developer console.

If you are not a developer and just want to run the server - see [deployment methods](https://rocket.chat/docs/installation/paas-deployments/).

## Branching Model
Expand Down

0 comments on commit 8e21cad

Please sign in to comment.