X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=support%2Fdoc%2Fdependencies.md;h=a1195d0856b6c19d280b303e20c0deb843550169;hb=48dce1c90dff4e90a4bcffefaecf157336cf904b;hp=52b53fdbe644b7e299f5a506ff4c6c82129e3629;hpb=39d1bb985af1559d8be3291d4f526d0765c225bf;p=github%2FChocobozzz%2FPeerTube.git diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md index 52b53fdbe..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: @@ -81,7 +81,7 @@ On a fresh install of [FreeBSD](https://www.freebsd.org), new system or new jail url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest", ``` - 2. bootsrap pkg, initialize db and install peertube's dependencies, always as root (sudo not yet installed): + 2. bootstrap pkg, initialize db and install peertube's dependencies, always as root (sudo not yet installed): ``` # pkg # pkg update @@ -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!