diff --git a/docs-2.0/4.deployment-and-installation/deploy-license.md b/docs-2.0/4.deployment-and-installation/deploy-license.md index 1951e43ffd2..8eb7fa732c8 100644 --- a/docs-2.0/4.deployment-and-installation/deploy-license.md +++ b/docs-2.0/4.deployment-and-installation/deploy-license.md @@ -24,7 +24,7 @@ Nebula Graph 企业版需要用户设置 License 才可以正常启动并使用 ## Nebula Graph 企业版 License 说明 -用户可以用`cat`等命令查看 License 文件(`nebula.license`)内容,示例文件内容如下: +License 文件(`nebula.license`)内容示例如下: ```bash ----------License Content Start---------- @@ -78,6 +78,16 @@ License 文件包含生效时间、过期时间等信息。说明如下。 周边工具的 License 文件上传位置,请参见[具体周边工具](../20.appendix/6.eco-tool-version.md)的说明文档。 +## 查看 Nebula Graph 企业版 License + +- 直接查看 License 文件 + + 可以使用 cat 等命令直接查看 License 文件,例如`cat share/resources/nebula.license`。 + +- 通过 HTTP 接口查看 License 文件 + + 当 Nebula Graph 正常运行时,可以请求 Meta 服务的 HTTP 接口(默认为19559)获取 License 文件内容。例如`curl -G "http://192.168.10.101:19559/license"`。 + ## 下一步 [启动 Nebula Graph](manage-service.md)