如何为 XAMP 服务器配置 Ruby ob Rails?
我已在硬盘上安装了 Ruby On Rails 应用程序,并且正在使用 XAMPP 服务器。但我无法将其配置为在 XAMPP 服务器上使用,Ruby on Rails 在 XAMPP 服务器上运行还是需要其他服务器,例如 webrick 或 lighttpd...?
I have installed Ruby On Rails Application on my harddrive, and i am using XAMPP server. But i was not able to configure it to use on XAMPP server, do Ruby on Rails run on XAMPP server or need some other server like webrick or lighttpd...??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它不在 XAMPP 上运行。它可以通过使用 Phusion Passenger 集成到 Apache 中,但据我所知,它不适用于 Windows。
因此,如果您有 Windows,则必须使用 mongrel 或 webrick 或任何其他 win32 兼容服务器。我认为杂种最适合你。
It does not run on XAMPP. It can be integrated in Apache by using Phusion Passenger, but AFAIK it's not available for windows.
So, if you have windows, you'll have to use mongrel or webrick or any other win32-compatible server. I think mongrel is best for you.