]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - support/doc/dependencies.md
Update video channel routes
[github/Chocobozzz/PeerTube.git] / support / doc / dependencies.md
index 57def686c148a8f5597ab5699e234ae012cfcbae..a1195d0856b6c19d280b303e20c0deb843550169 100644 (file)
@@ -13,7 +13,7 @@
      [https://certbot.eff.org/all-instructions](https://certbot.eff.org/all-instructions)
   4. Install NodeJS 8.x (current LTS):
      [https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions)
-  5. Install yarn:
+  5. Install yarn, and be sure to have a recent version (>= 1.5.1, the latest release):
      [https://yarnpkg.com/en/docs/install#linux-tab](https://yarnpkg.com/en/docs/install#linux-tab)
   6. Run:
 
@@ -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!