X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=support%2Fdoc%2Fdependencies.md;h=a1195d0856b6c19d280b303e20c0deb843550169;hb=48dce1c90dff4e90a4bcffefaecf157336cf904b;hp=57def686c148a8f5597ab5699e234ae012cfcbae;hpb=f209b32afaffbb8b93c265525ebde182ab66c37a;p=github%2FChocobozzz%2FPeerTube.git diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md index 57def686c..a1195d085 100644 --- a/support/doc/dependencies.md +++ b/support/doc/dependencies.md @@ -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!