projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f97d299
)
Documentation for macOS development. (#462)
author
victor-long
<victorng@hotmail.fr>
Mon, 2 Apr 2018 22:12:58 +0000
(
00:12
+0200)
committer
Rigel Kent
<par@rigelk.eu>
Mon, 2 Apr 2018 22:12:58 +0000
(
00:12
+0200)
support/doc/dependencies.md
patch
|
blob
|
history
diff --git
a/support/doc/dependencies.md
b/support/doc/dependencies.md
index 57def686c148a8f5597ab5699e234ae012cfcbae..75a475949cc2166299e9c6352a1e8f91c586a3ae 100644
(file)
--- a/
support/doc/dependencies.md
+++ b/
support/doc/dependencies.md
@@
-118,6
+118,19
@@
nginx_enable="YES"
# service nginx start
```
+## macOS
+* Add the packages:
+
+ ```
+ brew install ffmpeg nginx postgresql openssl gcc make redis git yarn
+ ```
+* Run the services:
+
+ ```
+ brew services run postgresql
+ brew services run redis
+ ```
+
## Other distributions
Feel free to update this file in a pull request!