aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
diff options
context:
space:
mode:
authorvictor-long <victorng@hotmail.fr>2018-04-03 00:12:58 +0200
committerRigel Kent <par@rigelk.eu>2018-04-03 00:12:58 +0200
commit2f7ac61807144d35dcc5a822b4b42c7a0c58644c (patch)
tree24dc881580edeeab57b18fb5398ad201e76c65a9 /support
parentf97d299230636b0030ccd6314bf63c304378bed6 (diff)
downloadPeerTube-2f7ac61807144d35dcc5a822b4b42c7a0c58644c.tar.gz
PeerTube-2f7ac61807144d35dcc5a822b4b42c7a0c58644c.tar.zst
PeerTube-2f7ac61807144d35dcc5a822b4b42c7a0c58644c.zip
Documentation for macOS development. (#462)
Diffstat (limited to 'support')
-rw-r--r--support/doc/dependencies.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md
index 57def686c..75a475949 100644
--- a/support/doc/dependencies.md
+++ b/support/doc/dependencies.md
@@ -118,6 +118,19 @@ nginx_enable="YES"
118# service nginx start 118# service nginx start
119``` 119```
120 120
121## macOS
122* Add the packages:
123
124 ```
125 brew install ffmpeg nginx postgresql openssl gcc make redis git yarn
126 ```
127* Run the services:
128
129 ```
130 brew services run postgresql
131 brew services run redis
132 ```
133
121## Other distributions 134## Other distributions
122 135
123Feel free to update this file in a pull request! 136Feel free to update this file in a pull request!