-
Notifications
You must be signed in to change notification settings - Fork 36
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
Provide a Brew tap #55
Comments
I just created https://github.com/samuong/homebrew-alpaca, and you should now be able to do:
Let me know what you think? |
Also I've added a launchd job definition, so that you can do However I'm not sure how to set This is all tested on Catalina 10.15.5. |
My launchd config for alpaca that uses env vars:
|
This does not have any sort of log rotation so it is not ideal. Not sure how that is meant to be managed on Macs. |
Nice, thanks Cam! I'll do the As for log rotation, I'm not sure either. If we're not rotating logs, maybe |
The problem with Also, is the plist installed per-user or system-wide? For alpaca it would want to be per-user, so $HOME should work. But if it is system-wide, $HOME probably wont be set. But logs should also go to the system log dir anyway. |
Fair point re crash looping. Given the issues, I might just leave it as |
Also, I've moved the "Download Binary" method down one section, because I think that Homebrew and Go both provide a better (automated) way to keep the binary up-to-date. Also, I've added http:// to http_proxy and https_proxy. This seems to be needed by yarn. Fixes #55
It would be super useful for alpaca to have a brew tap so it can be easily installed and updated without go installed.
The text was updated successfully, but these errors were encountered: