我正在嘗試與工頭啓動faye。我procfile lookd這樣的:Faye服務器未由工頭啓動
web: bundle exec rails server thin -p $PORT -e $RACK_ENV
worker: bundle exec sidekiq
redis: bundle exec redis-server
faye: bundle exec rackup faye.ru -s thin -E production
當我運行bundle exec foreman start
網頁,工人和Redis的服務器的所有正常啓動,但不是王菲服務器。
在控制檯中我得到:從王菲10:53:56 faye.1 | started with pid 10907
,然後僅此而已。
如果我使用procfile中的命令運行faye服務器:bundle exec rackup faye.ru -s thin -E production
,faye啓動正確。我究竟做錯了什麼?
您好,您選擇的解決方案是什麼? – Amir 2014-12-20 22:52:00