Skip to content

Instantly share code, notes, and snippets.

View neocanable's full-sized avatar
🏠
Working from home

Neo neocanable

🏠
Working from home
View GitHub Profile
@neocanable
neocanable / mac-setup-redis.md
Created March 4, 2021 11:17 — forked from tomysmile/mac-setup-redis.md
Brew install Redis on Mac

type below:

brew update
brew install redis

To have launchd start redis now and restart at login:

brew services start redis
# 1) Point *.example.com in your DNS setup to your server.
#
# 2) Setup an Apache vhost to catch the star pointer:
#
# <VirtualHost *:80>
# ServerName example.com
# ServerAlias *.example.com
# </VirtualHost>
#
# 3) Set the current account from the subdomain