mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-09 22:42:58 +00:00
Update install instructions for mac (#397)
This commit is contained in:
parent
72a1bdffd6
commit
7c60a79e77
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user