Accessing local GAE SDK server from another computer in the network

后端 未结 4 2192
一生所求
一生所求 2021-02-07 20:14

I have development server (from google appengine sdk), running on my Ubuntu computer. I can access my site by navigating to localhost:8080

I want to access that site fro

4条回答
  •  北荒
    北荒 (楼主)
    2021-02-07 20:24

    for an appengine specific solution see this: http://thecoderscanon.com/?p=115.

    Just add the Extra Flags: "-a 0.0.0.0"

提交回复
热议问题