Skip to content

Commit

Permalink
Added note re: webapp port (#1423)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwarnermm authored Dec 3, 2024
1 parent 5c38020 commit b16b52d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions site/content/contribute/developer-setup/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,8 @@ aliases:
Set up your development environment for building, running, and testing Mattermost.

{{<note "Note:">}}
If you're migrating from before the monorepo see the [migration notes]({{< ref "/contribute/monorepo-migration-notes" >}}).
{{</note>}}

{{<note "Note:">}}
If you're developing plugins, see the plugin [developer setup]({{< ref "/integrate/plugins/developer-setup" >}}) documentation.
- If you're migrating from before the monorepo see the [migration notes]({{< ref "/contribute/monorepo-migration-notes" >}}).
- If you're developing plugins, see the plugin [developer setup]({{< ref "/integrate/plugins/developer-setup" >}}) documentation.
{{</note>}}

# Prerequisites for Windows
Expand All @@ -29,6 +26,10 @@ If you're using Windows, we recommend using the Windows Subsystem for Linux (WSL

# Setup the Mattermost Server

{{<note "Note:">}}
The webapp isn't exposed directly, it's exposed via the server. So if both server and webapp are running, you can open `localhost:8065`, the server's port to access the webapp.
{{</note>}}

1. Install `make`.
- On Ubuntu, you can install `build essential` tools which will also take care of installing the `make`:

Expand Down

0 comments on commit b16b52d

Please sign in to comment.