Skip to content
New issue

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

Instructions on how to install standalone on MacOS. #305

Closed
mnott opened this issue Sep 4, 2021 · 1 comment
Closed

Instructions on how to install standalone on MacOS. #305

mnott opened this issue Sep 4, 2021 · 1 comment

Comments

@mnott
Copy link

mnott commented Sep 4, 2021

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.

chubin added a commit that referenced this issue Apr 18, 2022
@chubin
Copy link
Owner

chubin commented Apr 18, 2022

Thank you for sharing. I added your instructions to the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants