我需要一些有关本地关键 Cloud Foundry VM 中本地部署应用程序的帮助。
最近,我在 Windows Server 2012 VM 中安装了关键的云代工厂,并在本地部署了 Spring-music 应用程序。现在我想与其他人共享这个 url,但是当我将 APP PUSH 命令中生成的 URL 提供给其他人时,他们无法看到该应用程序。您能否帮助如何将 APP url 分享给其他人,以便他们可以查看该应用程序。
http://spring-music.local.pcfdev.io/ -- 这是本地应用程序的 URL
我尝试了一些命令来创建我自己的共享域并路由到它在从其他系统访问应用程序时仍然面临问题。
cf create-shared-domain tcp.example.com --router-group default-tcp
cf push spring-music –d tcp.example.com --random-route
cf create-route s1 tcp.example.com --random-port
cf map-route myapp tcp.example.com --random-port
在尝试了所有这些之后,我也无法使用生成的 url 访问应用程序。任何人都可以帮助我为外部系统生成一个 URL 以访问我的 APP。
提前致谢。