Documentation for macOS development. (#462)
This commit is contained in:
parent
f97d299230
commit
2f7ac61807
|
@ -118,6 +118,19 @@ nginx_enable="YES"
|
||||||
# service nginx start
|
# 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
|
## Other distributions
|
||||||
|
|
||||||
Feel free to update this file in a pull request!
|
Feel free to update this file in a pull request!
|
||||||
|
|
Loading…
Reference in New Issue