You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/data/guides/basics/download/index.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,26 +4,30 @@ UPDATED: 2025-05-28
4
4
5
5
## Using our “Downloads” page
6
6
7
-
Go to [prose.org/downloads](https://prose.org/downloads) and .
7
+
⭐️ _This is the preferred way to install Prose._
8
+
9
+
Go to [our downloads page](https://prose.org/downloads) and get the Prose application for your platform (macOS or Windows).
8
10
9
11
---
10
12
11
13
## Using a package manager
12
14
13
-
### 1. Homebrew
15
+
### 1. Homebrew (macOS)
14
16
15
-
**To install:**
17
+
**To install the Prose app:**
16
18
17
19
```bash
18
20
brew install --cask prose-im/tap/prose
19
21
```
20
22
21
-
**Then to update:**
23
+
**Then to update it:**
22
24
23
25
```bash
24
26
brew upgrade --cask prose-im/tap/prose
25
27
```
26
28
27
29
### 2. Other package managers
28
30
29
-
We don’t plan on maintaining packages for every package manager ourselves, but if you maintain a package and would like it to be listed here, feel free to create an issue on [prose-im/prose-docs](https://github.com/prose-im/prose-docs/issues) or reach out to [our support team](#crisp-chat-open) if you don’t have a GitHub account. We will then edit this page to mention your community-maintained package.
31
+
We don’t plan on maintaining packages for every package manager ourselves, but if you maintain a package and would like it to be listed here, feel free to create an issue on [prose-im/prose-docs](https://github.com/prose-im/prose-docs/issues) or reach out to [our support team](https://prose.org/contact/) if you don’t have a GitHub account.
32
+
33
+
We will then edit this page to mention your community-maintained package.
Copy file name to clipboardExpand all lines: src/data/guides/basics/index.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@ TITLE: Basics
2
2
INDEX: 1
3
3
UPDATED: 2025-05-31
4
4
5
+
👋 **Welcome to the Prose Technical docs!** This quickstart guide will help you setup a Prose server, and get Prose apps to run in a matter of minutes. Please follow the guides below in order to get started:
6
+
5
7
+ Navigation
6
8
| Quickstart: Setup Prose in a matter of minutes. -> ./quickstart/
7
9
| Download Prose: Download the Prose app to start chatting. -> ./download/
Copy file name to clipboardExpand all lines: src/data/guides/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,4 +10,4 @@ UPDATED: 2025-05-22
10
10
| Server Setup: Guides to help you setup your own Prose server. -> ./operating/
11
11
| Other guides: Other guides are classified there. -> ./others/
12
12
13
-
! If you have any technical question while setting up your Prose server, feel free to [chat with our support team](#crisp-chat-open). Our technical support team will gladly help you fix any issue you encounter.
13
+
! If you have any technical question while setting up your Prose server, feel free to [chat with our support team](https://prose.org/contact/). Our technical support team will gladly help you fix any issue you encounter.
! If you can’t find the source of a problem after reading this guide, feel free to [contact our technical support team](#crisp-chat-open) which will gladly help you identify the issue.
12
+
! If you can’t find the source of a problem after reading this guide, feel free to [contact our technical support team](https://prose.org/contact/) which will gladly help you identify the issue.
Copy file name to clipboardExpand all lines: src/data/guides/operating/deploy/index.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,7 +165,7 @@ Once done, **edit the file to replace all placeholders** with your company infor
165
165
166
166
To run a Prose Pod on your premises, you have to run all of its parts independently. Each is released as a Docker image, on Docker Hub (see [hub.docker.com/u/proseim](https://hub.docker.com/u/proseim)) and on GitHub’s Container Registry (see [github.com/orgs/prose-im/packages](https://github.com/orgs/prose-im/packages)).
167
167
168
-
! If you have any technical question while setting up your Prose Pod, feel free to [chat with our technical support team](#crisp-chat-open) which will gladly help you fix any issue you encounter.
168
+
! If you have any technical question while setting up your Prose Pod, feel free to [chat with our technical support team](https://prose.org/contact/) which will gladly help you fix any issue you encounter.
169
169
170
170
#### Example: Run with Docker Compose
171
171
@@ -210,7 +210,7 @@ If you see one that has exited, check its logs using:
If you get a JSON payload back containing information about the versions of you Prose Pod’s components, it means everything should be working correctly. If you want to make sure everything is well configured or if the call fails, you will have to check the logs.
276
276
277
-
! If logs don’t guide you to a solution, feel free to [chat with our technical support team](#crisp-chat-open) which will gladly help you fix any issue you encounter.
277
+
! If logs don’t guide you to a solution, feel free to [chat with our technical support team](https://prose.org/contact/) which will gladly help you fix any issue you encounter.
278
278
279
279
#### Checking logs using Docker Compose
280
280
@@ -290,13 +290,13 @@ If you don’t see the problem or are missing context, you should check *all* th
290
290
docker compose -f /etc/prose/compose.yaml logs
291
291
```
292
292
293
-
If the logs you see still don’t guide you to a solution, [reach out to our technical support team](#crisp-chat-open) which will gladly help you fix any issue you encounter.
293
+
If the logs you see still don’t guide you to a solution, [reach out to our technical support team](https://prose.org/contact/) which will gladly help you fix any issue you encounter.
294
294
295
295
### Step 7: Initializing your Prose Pod
296
296
297
297
Now that your Prose Pod is running, you need to create the first admin account, configure your DNS records and invite your first colleague. All of this can be done using the administration Dashboard which is accessible at `http://localhost:3030`.
298
298
299
-
!! Those steps could also be done using the Prose Pod API directly but it’s pretty advanced and subject to changes so we won’t document it here. However, if you are interested in doing so you can [reach out to our technical support team](#crisp-chat-open) which will guide you into using the Pod API.
299
+
!! Those steps could also be done using the Prose Pod API directly but it’s pretty advanced and subject to changes so we won’t document it here. However, if you are interested in doing so you can [reach out to our technical support team](https://prose.org/contact/) which will guide you into using the Pod API.
300
300
301
301
However, you very likely don’t have access to a web browser on the machine where you are running the Prose Pod so you will have to create a first DNS record in order for you to access the Dashboard from your own web browser.
302
302
@@ -319,7 +319,7 @@ prose 10800 IN CNAME {hostname}
319
319
320
320
Now, or after a few minutes (for your DNS provider to propagate the new records), you should be able to open `https://prose.{your_domain}:3030` in your web browser and see your Prose Pod Dashboard. If you get a SSL error, go back to [the “SSL certificates” section](#ssl-certificates) and make sure everything is correct.
321
321
322
-
! If you can’t access your Dashboard at this point, feel free to [contact our technical support team](#crisp-chat-open) which will gladly help you fix your configuration.
322
+
! If you can’t access your Dashboard at this point, feel free to [contact our technical support team](https://prose.org/contact/) which will gladly help you fix your configuration.
323
323
324
324
Now that you have access to your Dashboard, you can follow [the “Initializing your workspace” section of the “Quickstart” guide](/guides/basics/quickstart/#initializing-your-workspace) to finish configuring your Prose Pod.
Copy file name to clipboardExpand all lines: src/data/guides/operating/telemetry/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,4 +21,4 @@ For more information, see [“Configuration based on the environment variables
21
21
You can also have a look at [prose-pod-api/local-run/otel-collector-config.yaml](https://github.com/prose-im/prose-pod-api/blob/4654bda8404a043f4d95a67d3cbd84667cd4f009/local-run/otel-collector-config.yaml)
22
22
and [prose-pod-api/local-run/scenarios/default/local-run.env](https://github.com/prose-im/prose-pod-api/blob/4654bda8404a043f4d95a67d3cbd84667cd4f009/local-run/scenarios/default/local-run.env) for an example configuration we use when developing the Prose Pod API. The OpenTelemetry collector is defined in [prose-pod-api/local-run/compose.yaml](https://github.com/prose-im/prose-pod-api/blob/4654bda8404a043f4d95a67d3cbd84667cd4f009/local-run/compose.yaml#L81-L89) and receivers are started using [prose-pod-api/local-run/scripts/otlp](https://github.com/prose-im/prose-pod-api/blob/4654bda8404a043f4d95a67d3cbd84667cd4f009/local-run/scripts/otlp#L272). It’s not production ready but it’s a good base to understand how things relate to one another.
23
23
24
-
! If you need help setting up telemetry for your self-hosted Prose Pod, feel free to [contact our technical support team](#crisp-chat-open) which will gladly help you set it up.
24
+
! If you need help setting up telemetry for your self-hosted Prose Pod, feel free to [contact our technical support team](https://prose.org/contact/) which will gladly help you set it up.
0 commit comments