-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dashboard&explorer-free-trial-link-change (#1946)
- Loading branch information
1 parent
3d104b6
commit f10cef4
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
|
||
!!! enterpriseonly | ||
|
||
License 仅在企业版提供,申请 License 需填写 [Nebula Dashboard 试用申请](https://wj.qq.com/s2/9437467/b3b1)。 | ||
License 仅在企业版提供,申请 License 需填写 [Nebula Dashboard 试用申请](https://wj.qq.com/s2/10158890/69a8)。 | ||
|
||
## 使用 TAR 包部署 | ||
|
||
|
@@ -34,7 +34,7 @@ | |
|
||
!!! enterpriseonly | ||
|
||
用户可以[在线申请](https://wj.qq.com/s2/9437467/b3b1)试用 Dashboard 企业版;如需购买,通过邮箱([email protected])联系销售人员。点击[定价](https://nebula-graph.com.cn/pricing/)查看更多。 | ||
用户可以[在线申请](https://wj.qq.com/s2/10158890/69a8)试用 Dashboard 企业版;如需购买,通过邮箱([email protected])联系销售人员。点击[定价](https://nebula-graph.com.cn/pricing/)查看更多。 | ||
|
||
2. 使用`tar -xzvf`解压 TAR 包。 | ||
|
||
|
@@ -166,7 +166,7 @@ $ sudo /dashboard/scripts/dashboard.service restart all #重启 Dashboard 所有 | |
|
||
!!! enterpriseonly | ||
|
||
用户可以[在线申请](https://wj.qq.com/s2/9437467/b3b1)试用 Dashboard 企业版;如需购买,通过邮箱([email protected])联系销售人员。点击[定价](https://nebula-graph.com.cn/pricing/)查看更多。 | ||
用户可以[在线申请](https://wj.qq.com/s2/10158890/69a8)试用 Dashboard 企业版;如需购买,通过邮箱([email protected])联系销售人员。点击[定价](https://nebula-graph.com.cn/pricing/)查看更多。 | ||
|
||
2. 使用`sudo rpm -ivh <package_name>`命令安装 RPM 包。 | ||
|
||
|
@@ -279,7 +279,7 @@ sudo rpm -e <package_name> | |
|
||
!!! enterpriseonly | ||
|
||
用户可以[在线申请](https://wj.qq.com/s2/9437467/b3b1)试用 Dashboard 企业版;如需购买,通过邮箱([email protected])联系销售人员。点击[定价](https://nebula-graph.com.cn/pricing/)查看更多。 | ||
用户可以[在线申请](https://wj.qq.com/s2/10158890/69a8)试用 Dashboard 企业版;如需购买,通过邮箱([email protected])联系销售人员。点击[定价](https://nebula-graph.com.cn/pricing/)查看更多。 | ||
|
||
|
||
2. 使用`sudo dpkg -i <package_name>`命令安装 DEB 包。 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ | |
|
||
!!! enterpriseonly | ||
|
||
License 仅在企业版提供,申请 License 需填写 [Nebula Explorer 试用申请](https://wj.qq.com/s2/9414111/81f4)。 | ||
License 仅在企业版提供,申请 License 需填写 [Nebula Explorer 试用申请](https://wj.qq.com/s2/10158890/69a8)。 | ||
|
||
## RPM 部署 | ||
### 安装 | ||
|
@@ -42,7 +42,7 @@ | |
|
||
!!! enterpriseonly | ||
|
||
用户可以[在线申请](https://wj.qq.com/s2/9414111/81f4)试用 Explorer 企业版;如需购买,通过邮箱([email protected])联系销售人员。点击[定价](https://nebula-graph.com.cn/pricing/)查看更多。 | ||
用户可以[在线申请](https://wj.qq.com/s2/10158890/69a8)试用 Explorer 企业版;如需购买,通过邮箱([email protected])联系销售人员。点击[定价](https://nebula-graph.com.cn/pricing/)查看更多。 | ||
|
||
2. 使用`sudo rpm -i <rpm>`命令安装 RPM 包。 | ||
|
||
|
@@ -107,7 +107,7 @@ sudo rpm -e nebula-explorer-<version>.x86_64 | |
|
||
!!! enterpriseonly | ||
|
||
用户可以[在线申请](https://wj.qq.com/s2/9414111/81f4)试用 Explorer 企业版;如需购买,通过邮箱([email protected])联系销售人员。点击[定价](https://nebula-graph.com.cn/pricing/)查看更多。 | ||
用户可以[在线申请](https://wj.qq.com/s2/10158890/69a8)试用 Explorer 企业版;如需购买,通过邮箱([email protected])联系销售人员。点击[定价](https://nebula-graph.com.cn/pricing/)查看更多。 | ||
|
||
|
||
2. 使用`sudo dpkg -i <package_name>`命令安装 DEB 包。 | ||
|