From 2f7ac61807144d35dcc5a822b4b42c7a0c58644c Mon Sep 17 00:00:00 2001 From: victor-long Date: Tue, 3 Apr 2018 00:12:58 +0200 Subject: [PATCH] Documentation for macOS development. (#462) --- support/doc/dependencies.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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" # 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! -- 2.41.0