【发布时间】:2019-01-31 08:43:54
【问题描述】:
我在远程 Ubuntu 服务器上运行 Yang Explorer。
我在存储库中使用start.sh 运行它。
Activating virtualenv ..
Starting YangExplorer server ..
Use http://localhost:8088/static/YangExplorer.html
Performing system checks...
System check identified no issues (0 silenced).
January 31, 2019 - 08:35:31
Django version 1.8.3, using settings 'server.settings'
Starting development server at http://localhost:8088/
我想使用我的机器在浏览器中打开应用程序。给服务器的 IP 地址是152.66.xx.xx
【问题讨论】:
-
查看 github.com/CiscoDevNet/yang-explorer 的 README,他们在第 3.2 节中提到了如何做到这一点
标签: python django remote-access remote-server