mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-12 09:23:09 -06:00
Update install instructions for mac
This commit is contained in:
parent
32d86cb424
commit
97fd2355f7
12
INSTALL.md
12
INSTALL.md
|
|
@ -63,10 +63,7 @@ Dendrite requires a postgres database engine, version 9.5 or later.
|
|||
sudo -u postgres createuser -P dendrite # prompts for password
|
||||
```
|
||||
|
||||
On macOS you need to run:
|
||||
```bash
|
||||
createuser -P dendrite
|
||||
```
|
||||
On macOS, omit `sudo -u postgres`.
|
||||
|
||||
* Create databases:
|
||||
```bash
|
||||
|
|
@ -75,12 +72,7 @@ createuser -P dendrite
|
|||
done
|
||||
```
|
||||
|
||||
On macOS you need to run:
|
||||
```bash
|
||||
for i in account device mediaapi syncapi roomserver serverkey federationsender publicroomsapi naffka; do
|
||||
createdb -O dendrite dendrite_$i
|
||||
done
|
||||
```
|
||||
On macOS, omit `sudo -u postgres`.
|
||||
|
||||
### Crypto key generation
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue