简体   繁体   English

如何为Rails 2.3.18设置puma服务器

[英]How to setup puma server for Rails 2.3.18

I am working on Rails 2.3.18 running on WEBrick, now i want to move to puma 我正在研究在WEBrick上运行的Rails 2.3.18,现在我想转向美洲狮

is there any way ? 有什么办法吗?

Did you try the standard settings? 你尝试过标准设置吗?

gem install puma

puma <any rackup (*.ru) file>

At the point after you install it you probably gonna have some bugs, I found some solution on the documentation: 在您安装它之后,您可能会遇到一些错误,我在文档中找到了一些解决方案:

在此输入图像描述

https://github.com/puma/puma https://github.com/puma/puma

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM