Skip to content

Commit b2ce7d9

Browse files
authored
Adding subtitles to simplify TOC
1 parent 837ba1c commit b2ce7d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/developer/developer-setup.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@ Any issues? Please let us know on our forums at: http://forum.mattermost.org
177177
178178
## Troubleshooting
179179
180+
### Build errors
181+
180182
#### I get the following error when running `make run` on Mac OS X: "Cannot connect ot the Docker daemon"
181183
182184
If you have Docker Tools installed (as opposed to Docker for Mac), you need make sure `docker-machine` is running with the following:
@@ -198,6 +200,8 @@ There's likely another Mattermost instance already running. You can use `make st
198200
199201
If there isn't another copy of Mattermost running and you need to change the port that Mattermost is running on, you can do so by changing the `ListenAddress` setting in the `ServiceSettings` section of `config/config.json`.
200202
203+
### Other errors
204+
201205
#### I don't see any error messages, but I can't access `http://localhost:8065`
202206
203207
It's possible that the server reported an error, but it was missed because of all of the output from the Javascript compiler. Try running `make run-server` by itself to see its output. If you still don't see any error messages, continue to the next section.

0 commit comments

Comments
 (0)