Update install instructions for mac (#397)

main
Nikita Voloboev 2018-03-02 15:33:49 +01:00 committed by Richard van der Hoff
parent 72a1bdffd6
commit 7c60a79e77
1 changed files with 5 additions and 0 deletions

View File

@ -62,6 +62,9 @@ Dendrite requires a postgres database engine, version 9.5 or later.
```bash
sudo -u postgres createuser -P dendrite # prompts for password
```
On macOS, omit `sudo -u postgres`.
* Create databases:
```bash
for i in account device mediaapi syncapi roomserver serverkey federationsender publicroomsapi naffka; do
@ -69,6 +72,8 @@ Dendrite requires a postgres database engine, version 9.5 or later.
done
```
On macOS, omit `sudo -u postgres`.
### Crypto key generation
Generate the keys: