Documentation for macOS development. (#462)
authorvictor-long <victorng@hotmail.fr>
Mon, 2 Apr 2018 22:12:58 +0000 (00:12 +0200)
committerRigel Kent <par@rigelk.eu>
Mon, 2 Apr 2018 22:12:58 +0000 (00:12 +0200)
support/doc/dependencies.md

index 57def686c148a8f5597ab5699e234ae012cfcbae..75a475949cc2166299e9c6352a1e8f91c586a3ae 100644 (file)
@@ -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!