如何在生产环境中启动乘客?
我使用以下命令启动 Rails 3
应用程序:
passenger start -a 0.0.0.0 -p 3000 -d
但我如何告诉 passenger
code> 在生产
环境中启动应用程序?
I'm starting the Rails 3
application with the following command:
passenger start -a 0.0.0.0 -p 3000 -d
but how do I tell passenger
to start the application in production
environment?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
旁注:请务必查看帮助,
passenger start --help
也会告诉您同样的信息。Side note: always check the help,
passenger start --help
would have told you the same.根据您的环境配置,您可能需要:
Depending on your environment configuration, you might need this: