启动期间在生产服务器上运行多个任务
编辑
尝试安装God,但在我的开发机器上得到服务器不可用(或者您无权访问它)
。
真的,只想在乘客启动时运行 2 个 rake 命令,有没有更简单的方法?
寻找一些东西来帮助我在生产服务器上的系统启动/重新引导期间组织和运行所有 rake 任务。
我在 linode.com 上有一个非常普通的服务器。 Ubuntu 10.04、rails 3.0.8、ruby 1.9.2p180 运行 nginx 和 redis。
Nginx和redis会自动启动,但必须手动运行rake任务来启动worker。
有什么宝石或脚本可以帮助我做到这一点并将它们发送到后台吗?
EDIT
Tried install God, but get The server is not available (or you do not have permissions to access it)
on my dev machine.
really, only want to run 2 rake commands on passenger startup, is there an easier way?
Looking for something to help me get all my rake tasks organized and run during system boot / reboot on production server.
I have a very vanilla server on linode.com. Ubuntu 10.04, rails 3.0.8, ruby 1.9.2p180 running nginx and redis.
Nginx and redis start automatically, but have to run rake tasks manually to start workers.
Any gems or scripts that can help me do this and send them to the background?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于God问题,请检查您的配置文件中是否没有
xxx是不存在的用户。
For the God issue, check that there is no
in your config file where xxx is a nonexistent user.