-
Notifications
You must be signed in to change notification settings - Fork 58
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
Make it possible to install critic on Mac #78
Comments
os.getresuid() is not available on Mac.
|
While not exactly the same thing, I got Critic running in Docker on my Mac. Docker is a light weight Linux runtime, and on Mac also includes a VM with very little overhead. I manage it through a little shell script that will install, start and update/upgrade Critic. This script should work just the same on Linux, but I haven't tried it there. On Mac, install Docker + Boot2Docker. They are available as homebrew recipes:
Then use critic-docker:
hack, commit
One caveat is that you currently can't specify a custom postgres host/port as an installation parameter, and I didn't bother to fix that, so you need to add |
I don't have much experience with critic installation process (only tried it on Linux) and not that much in Mac itself, but I'd really like to be able to install it there.
I have a Mac so I can contribute or maybe even do it myself, but having someone willing to help would be nice too.
The text was updated successfully, but these errors were encountered: