Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was struggling a bit with getting standalone to work on MacOS. Redis was not installed, hence the instructions were failing. Looking here, I installed redis first:
$ brew install redis $ ln -sfv /usr/local/opt/redis/*.plist ~/Library/LaunchAgents $ launchctl load ~/Library/LaunchAgents/homebrew.mxcl.redis.plist $ redis-cli ping PONG
Next, the standalone install worked flawlessly.
The text was updated successfully, but these errors were encountered:
Add Redis installation notes (#305)
5671e7d
Thank you for sharing. I added your instructions to the docs.
I was struggling a bit with getting standalone to work on MacOS. Redis was not installed, hence the instructions were failing. Looking here, I installed redis first:
Next, the standalone install worked flawlessly.
The text was updated successfully, but these errors were encountered: