Skip to content

Instantly share code, notes, and snippets.

@xuannghia
Last active March 22, 2020 04:54
Show Gist options
  • Save xuannghia/60674596498fa9d3bcdf3a83e63cd0c4 to your computer and use it in GitHub Desktop.
Save xuannghia/60674596498fa9d3bcdf3a83e63cd0c4 to your computer and use it in GitHub Desktop.
Dăm ba cái app Macbook
export PATH=$PATH:/usr/local/sbin

1. Homebrew

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

2. Python 3, virtutalenv

brew install python3
pip install virtualenv

3. NodeJS 12.16.1 (LTS)

brew install node@12

4. Postgres.app

https://postgresapp.com

5. MongoDB

brew install mongodb

6. Redis

brew install redis
  • Start & auto restart at login
brew services start redis
  • Start 1 time in Terminal
redis-server /usr/local/etc/redis.conf

7. RabbitMQ

brew install rabbitmq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment