开发者

Trying to start backburner server for Rails application and failed

开发者 https://www.devze.com 2022-12-13 03:29 出处:网络
I\'ve just created a new rails application using command: rails blog Now I\'m following blog/README file. To get started, I\'m trying to start backbu开发者_如何学Crner server as stated in the READM

I've just created a new rails application using command:

rails blog

Now I'm following blog/README file. To get started, I'm trying to start backbu开发者_如何学Crner server as stated in the README file:

  • Change directory into myapp and start the web server: script/server (run with --help for options)

Using the server command I started backburner server with default settings:

  • Manager Port: 3234
  • Server Port: 3233
  • 255.255.255.0 as subnet mask, with Automatic Search checked

The backburner server window keep posting the following information:

INF Looking for a manager using 10.65.97.255:3234

And after a while:

WRN Manager is not responding

Seems the server never started because I cannot find a page in http://localhost:3000/ address. How to configure and start backburner server?


The messages you've posted appear to relate to Autodesk Backburner and are not being output by Rails. Make sure you are running script/server from the blog directory and not just server.

0

精彩评论

暂无评论...
验证码 换一张
取 消