mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-03 12:13:09 -06:00
Pages
This commit is contained in:
parent
aa40d7d519
commit
a4608dbb93
|
|
@ -2,7 +2,7 @@ title: Dendrite
|
||||||
description: >-
|
description: >-
|
||||||
Second-generation Matrix homeserver written in Go!
|
Second-generation Matrix homeserver written in Go!
|
||||||
baseurl: "/dendrite" # the subpath of your site, e.g. /blog
|
baseurl: "/dendrite" # the subpath of your site, e.g. /blog
|
||||||
url: ""
|
url: "https://matrix-org.github.io/dendrite/"
|
||||||
twitter_username: matrixdotorg
|
twitter_username: matrixdotorg
|
||||||
github_username: matrix-org
|
github_username: matrix-org
|
||||||
remote_theme: just-the-docs/just-the-docs
|
remote_theme: just-the-docs/just-the-docs
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,8 @@
|
||||||
|
---
|
||||||
|
title: Installation
|
||||||
|
has_children: true
|
||||||
|
---
|
||||||
|
|
||||||
# Installing Dendrite
|
# Installing Dendrite
|
||||||
|
|
||||||
Dendrite can be run in one of two configurations:
|
Dendrite can be run in one of two configurations:
|
||||||
|
|
@ -50,11 +55,13 @@ cd dendrite
|
||||||
Then build it:
|
Then build it:
|
||||||
|
|
||||||
* Linux or UNIX-like systems:
|
* Linux or UNIX-like systems:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./build.sh
|
./build.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
* Windows:
|
* Windows:
|
||||||
|
|
||||||
```dos
|
```dos
|
||||||
build.cmd
|
build.cmd
|
||||||
```
|
```
|
||||||
6
docs/installation/monolith.md
Normal file
6
docs/installation/monolith.md
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
title: Monolith
|
||||||
|
parent: Installation
|
||||||
|
---
|
||||||
|
|
||||||
|
# Monolith installation
|
||||||
6
docs/installation/polylith.md
Normal file
6
docs/installation/polylith.md
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
title: Polylith
|
||||||
|
parent: Installation
|
||||||
|
---
|
||||||
|
|
||||||
|
# Polylith installation
|
||||||
Loading…
Reference in a new issue