Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何将 rails 项目添加到我的 Linux 服务器?它和 PHP 一样,还是简单的 HTML?
我见过很多将应用程序推送到 Heroku,但我如何将其推送到我自己的服务器?
网上有很多教程。一些可以帮助您进行研究的关键字:
nginx 和 Apache 是 Web 服务器;unicorn 和passenger 是Ruby (Rack) 的应用服务器。
基本思想是配置server(nginx) 或virtualhost(apache) 指令以指向您的 Rails 应用程序公共文件夹并重定向到您的应用程序服务器。
server
virtualhost