From b16b52d8da60fd8023d555d40246a47d29ffe467 Mon Sep 17 00:00:00 2001 From: "Carrie Warner (Mattermost)" <74422101+cwarnermm@users.noreply.github.com> Date: Tue, 3 Dec 2024 10:51:51 -0500 Subject: [PATCH] Added note re: webapp port (#1423) --- site/content/contribute/developer-setup/_index.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/site/content/contribute/developer-setup/_index.md b/site/content/contribute/developer-setup/_index.md index f958221bfa..3878f4a46c 100644 --- a/site/content/contribute/developer-setup/_index.md +++ b/site/content/contribute/developer-setup/_index.md @@ -12,11 +12,8 @@ aliases: Set up your development environment for building, running, and testing Mattermost. {{}} -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. +- 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. {{}} # Prerequisites for Windows @@ -29,6 +26,10 @@ If you're using Windows, we recommend using the Windows Subsystem for Linux (WSL # Setup the Mattermost Server +{{}} +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. +{{}} + 1. Install `make`. - On Ubuntu, you can install `build essential` tools which will also take care of installing the `make`: