4
在Windows上運行Rails應用程序我做的:如何在localhost/<my_port>上運行Rails 3應用程序?
- CD < APP_DIR>
- 軌服務器
我看到以下內容:
=> Booting WEBrick
=> Rails 3.0.1 application starting in development on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
[2011-01-12 20:32:07] INFO WEBrick 1.3.1
[2011-01-12 20:32:07] INFO ruby 1.9.2 (2010-08-18) [i386-mingw32]
[2011-01-12 20:32:07] INFO WEBrick::HTTPServer#start: pid=5812 port=3000
問題1
爲什麼選擇3000端口?它在哪裏配置?
問題2
我怎麼能並行運行2個應用程序? 我想我需要配置其中的一個在其他端口(如3001)。我應該怎麼做?