作者kiey (煉)
看板Ruby
標題[問題] vagrant homestead rails start
時間Wed May 8 23:31:24 2019
想請問大大們是否有在 vagrant homestead 裡面用 rails start
vagrant@homestead:~/code/ruby/NewProjectName$ rails s
=> Booting Puma
=> Rails 5.2.3 application starting in development
=> Run rails server -h for more startup options
Puma starting in single mode...
* Version 3.12.1 (ruby 2.6.0-p0), codename: Llamas in Pajamas
* Min threads: 5, max threads: 5
* Environment: development
* Listening on tcp://localhost:3000
現在找不方法 讓 windows 可以連到 192.168.10.10:3000
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 114.39.241.250
※ 文章網址: https://webptt.com/m.aspx?n=bbs/Ruby/M.1557329486.A.DCC.html
1F:→ MickPlaYer: 可能是bind沒設定好 05/09 19:53
2F:→ MickPlaYer: 可以加上 '-b 0.0.0.0' 或改puma設定檔試看看 05/09 19:53