我將Gem 'unicorn'
添加到Gemfile並呼叫rails server unicorn -e production
,但我得到一個加載錯誤。然後我添加Gem 'unicorn_rails'
,然後調用rails server unicorn -e production
,但我無法找到套接字文件。所以我正在考慮它是否不使用config/unicorn.rb
文件作爲配置?所以我打電話unicorn_rails -c config/unicorn.rb -E production -D
,但我得到另一個錯誤text file busy
。如何使用獨角獸和配置文件在生產模式下啓動rails服務器?
所以,現在我陷入這個問題,你能幫我嗎? :)
根據這一http://stackoverflow.com/a/12326124/474597,只要使用 '麒麟' 寶石不是 'unicorn_rails' 寶石。 – lulalala