Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Add some extra notes for getting Synapse running on macOS
Browse files Browse the repository at this point in the history
Just some extra steps and notes I needed to get Synapse running
on a new macOS machine.

 - https://stackoverflow.com/a/56228387/796832
  • Loading branch information
MadLittleMods committed Dec 29, 2020
1 parent a802606 commit 00abc56
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
_trial_temp/
_trial_temp*/
/out
.DS_Store

# stuff that is likely to exist when you run a server locally
/*.db
Expand Down
3 changes: 3 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,9 @@ brew install [email protected]
export LDFLAGS=-L/usr/local/Cellar/openssl\@1.1/1.1.1d/lib/
```

Alternatively, you can try https://stackoverflow.com/a/56228387/796832


#### OpenSUSE

Installing prerequisites on openSUSE:
Expand Down
10 changes: 10 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,16 @@ differ)::

PASSED (skips=15, successes=1322)


For the homeserver config, you can copy the sample config:

cp docs/sample_config.yaml homeserver.yaml

Then finally start the app:

synctl start homeserver.yaml


Running the Integration Tests
=============================

Expand Down
1 change: 1 addition & 0 deletions changelog.d/8997.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add some extra docs for getting Synapse running on macOS.

0 comments on commit 00abc56

Please sign in to comment.