Hello,
I go though this instructions to configure developer machine on Ubuntu: https://docs.mattermost.com/developer/dev-setup-ubuntu-1604.html.
Finally I run “make run” and see webpack is successfully finished and watching for file changes, but I don’t see anything running on http://localhost:8065. What is wrong?
Found my mistake. The path must be /go/src/github.com/mattermost/mattermost-server. It’s hardcoded in scripts.
Hi @Evgeny! Glad to hear the issue is resolved.
If there was a specific step in the documentation where you got stuck, please let me know and I will help update the docs.