如何在生产环境中启动乘客?

发布于 2024-12-02 14:29:40 字数 177 浏览 0 评论 0原文

我使用以下命令启动 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

雨巷深深 2024-12-09 14:29:40
passenger start -a 0.0.0.0 -p 3000 -d -e production

旁注:请务必查看帮助,passenger start --help 也会告诉您同样的信息。

passenger start -a 0.0.0.0 -p 3000 -d -e production

Side note: always check the help, passenger start --help would have told you the same.

牛↙奶布丁 2024-12-09 14:29:40

根据您的环境配置,您可能需要:

sudo passenger-config restart-app /

Depending on your environment configuration, you might need this:

sudo passenger-config restart-app /
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文