使用 Bitnami VM 访问 Parse Server 仪表板
Access Parse Server Dashboard using Bitnami VM
我已经使用 Bitnami VM
在 Azure 上部署了 Parse Server,但我似乎无法访问 Parse Server 仪表板。它在什么 URL 上可用?我需要打开任何端口吗?
你一直在关注 Bitnami instructions 吗?
它声明您可以使用此 URL 访问仪表板:http://[server-IP-address]/parse
这意味着只需要打开 TCP/80 端口(如果不打开,则在 Network Security Group if you use one or in your VM ACL 上)。
您现在有其他(可能更容易)选项来在 Azure 上部署 Parse Server:
- 使用 dedicated ARM template 利用 Azure 服务(应用服务、DocumentDB、通知中心等)。
- 将 Azure App Service 与原始 Facebook/Parse 版本一起使用 MongoDB。
我明白了。 bitnami 的家伙很友好地回复了我这个话题:
You can launch the latest Parse version that ships the Dashboard from https://vmdepot.msopentech.com/Vhd/Show?vhdId=64574&version=66817 It could take some time to be available in the Azure Marketplace
所以最重要的是,使用来自 VM depot 的图像而不是 Azure Marketplace 上的图像,因为它是旧图像并且不包含仪表板。
只是对此的更新。 Bitnami 提供的新版 Parse Server 现已在 Azure Marketplace 上可用。新版本确实包括仪表板。
我已经使用 Bitnami VM
在 Azure 上部署了 Parse Server,但我似乎无法访问 Parse Server 仪表板。它在什么 URL 上可用?我需要打开任何端口吗?
你一直在关注 Bitnami instructions 吗?
它声明您可以使用此 URL 访问仪表板:http://[server-IP-address]/parse
这意味着只需要打开 TCP/80 端口(如果不打开,则在 Network Security Group if you use one or in your VM ACL 上)。
您现在有其他(可能更容易)选项来在 Azure 上部署 Parse Server:
- 使用 dedicated ARM template 利用 Azure 服务(应用服务、DocumentDB、通知中心等)。
- 将 Azure App Service 与原始 Facebook/Parse 版本一起使用 MongoDB。
我明白了。 bitnami 的家伙很友好地回复了我这个话题:
You can launch the latest Parse version that ships the Dashboard from https://vmdepot.msopentech.com/Vhd/Show?vhdId=64574&version=66817 It could take some time to be available in the Azure Marketplace
所以最重要的是,使用来自 VM depot 的图像而不是 Azure Marketplace 上的图像,因为它是旧图像并且不包含仪表板。
只是对此的更新。 Bitnami 提供的新版 Parse Server 现已在 Azure Marketplace 上可用。新版本确实包括仪表板。