foreman only shows line with “started with pid #” and nothing else

后端 未结 6 1963
陌清茗
陌清茗 2020-12-07 20:31

When I run foreman I get the following:

 > foreman start
 16:47:56 web.1     | started with pid 27122

Only if I stop it (via ctrl-c) it

6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-07 21:09

    I have the same problem (ruby 1.9.3-p0, rails 3.2rc2, OSX 10.7).

    Resolved the issue by using foreman-0.27.0 by adding this line into my Gemfile.

    gem 'foreman', '0.27.0'
    

提交回复
热议问题