开发者

Pow (37signals) doesn't start at start up

开发者 https://www.devze.com 2023-04-11 07:10 出处:网络
I am using the POW server for my rails application.However, it doesn\'t start on boot.I have to reinstall it every time.开发者_运维知识库I have tried everything in the troubleshooting guide.Any ideas

I am using the POW server for my rails application. However, it doesn't start on boot. I have to reinstall it every time.开发者_运维知识库 I have tried everything in the troubleshooting guide. Any ideas on where to look next?


It's kicked off by a launcher script, so if that's missing or not installed you're not going to have much luck. Have you tried going through the source install process and do the last step:

launchctl load -Fw "$HOME/Library/LaunchAgents/cx.pow.powd.plist"

If that file is missing or not loading properly that could be your problem.

0

精彩评论

暂无评论...
验证码 换一张
取 消