Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dashboard&explorer-free-trial-link-change #1490

Merged
merged 1 commit into from
Jul 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Before deploying Dashboard Enterprise Edition, you must do a check of these:

!!! enterpriseonly

The license is only available in the Enterprise Edition. To obtain the license, apply for [Nebula Dashboard Free Trial](https://forms.gle/AxVejqKjWT9Z8HLq8).
The license is only available in the Enterprise Edition. To obtain the license, apply for [Nebula Dashboard Free Trial](https://nebula-graph.io/visualization-tools-free-trial).

## Deploy Dashboard Enterprise Edition with TAR

Expand All @@ -33,7 +33,7 @@ Before deploying Dashboard Enterprise Edition, you must do a check of these:

!!! enterpriseonly

You can [apply online](https://docs.google.com/forms/d/e/1FAIpQLSeALEyndeE9btlcI1VMbfDewyWMuPxwglPsYvcYOlfx245KJA/viewform) for Dashboard Enterprise Edition free trial. To purchase, contact our sales team via email ([email protected]). For features of Dashboard Enterprise Edition, see [Pricing](https://nebula-graph.com.cn/pricing/).
You can [apply online](https://nebula-graph.io/visualization-tools-free-trial) for Dashboard Enterprise Edition free trial. To purchase, contact our sales team via email ([email protected]). For features of Dashboard Enterprise Edition, see [Pricing](https://nebula-graph.com.cn/pricing/).

2. Use `tar -xzvf` to decompress the TAR package.

Expand Down Expand Up @@ -167,7 +167,7 @@ sudo /dashboard/scripts/dashboard.service restart all #Restart Dashboard.

!!! enterpriseonly

You can [apply online](https://docs.google.com/forms/d/e/1FAIpQLSeALEyndeE9btlcI1VMbfDewyWMuPxwglPsYvcYOlfx245KJA/viewform) for Dashboard Enterprise Edition free trial. To purchase, contact our sales team via email ([email protected]). For features of Dashboard Enterprise Edition, see [Pricing](https://nebula-graph.com.cn/pricing/).
You can [apply online](https://nebula-graph.io/visualization-tools-free-trial) for Dashboard Enterprise Edition free trial. To purchase, contact our sales team via email ([email protected]). For features of Dashboard Enterprise Edition, see [Pricing](https://nebula-graph.com.cn/pricing/).


2. Run `sudo rpm -i <rpm>` to install the RPM package.
Expand Down Expand Up @@ -275,7 +275,7 @@ sudo rpm -e <package_name>

!!! enterpriseonly

You can [apply online](https://docs.google.com/forms/d/e/1FAIpQLSeALEyndeE9btlcI1VMbfDewyWMuPxwglPsYvcYOlfx245KJA/viewform) for Dashboard Enterprise Edition free trial. To purchase, contact our sales team via email ([email protected]). For features of Dashboard Enterprise Edition, see [Pricing](https://nebula-graph.com.cn/pricing/).
You can [apply online](https://nebula-graph.io/visualization-tools-free-trial) for Dashboard Enterprise Edition free trial. To purchase, contact our sales team via email ([email protected]). For features of Dashboard Enterprise Edition, see [Pricing](https://nebula-graph.com.cn/pricing/).

2. Install the package.

Expand Down
6 changes: 3 additions & 3 deletions docs-2.0/nebula-explorer/deploy-connect/ex-ug-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Before deploying Explorer, you must check the following information:

!!! enterpriseonly

License is only available in the Enterprise Edition. To obtain the license, apply for [Nebula Explorer Free Trial](https://docs.google.com/forms/d/e/1FAIpQLSctV0HC0HDxZc-65IHj44qpZk3fATBPAYM1SjJsbXmdL5cs9w/viewform).
License is only available in the Enterprise Edition. To obtain the license, apply for [Nebula Explorer Free Trial](https://nebula-graph.io/visualization-tools-free-trial).

## RPM-based deployment

Expand All @@ -46,7 +46,7 @@ Before deploying Explorer, you must check the following information:

!!! enterpriseonly

You can [apply online](https://docs.google.com/forms/d/e/1FAIpQLSctV0HC0HDxZc-65IHj44qpZk3fATBPAYM1SjJsbXmdL5cs9w/viewform) for Explorer free trial. To purchase, contact our sales team via email ([email protected]). For features of Explorer, see [Pricing](https://nebula-graph.io/pricing/).
You can [apply online](https://nebula-graph.io/visualization-tools-free-trial) for Explorer free trial. To purchase, contact our sales team via email ([email protected]). For features of Explorer, see [Pricing](https://nebula-graph.io/pricing/).

2. Use `sudo rpm -i <rpm>` to install RPM package.

Expand Down Expand Up @@ -112,7 +112,7 @@ sudo rpm -e nebula-graph-explorer-<version>.x86_64

!!! enterpriseonly

You can [apply online](https://docs.google.com/forms/d/e/1FAIpQLSctV0HC0HDxZc-65IHj44qpZk3fATBPAYM1SjJsbXmdL5cs9w/viewform) for Explorer free trial. To purchase, contact our sales team via email ([email protected]). For features of Explorer, see [Pricing](https://nebula-graph.io/pricing/).
You can [apply online](https://nebula-graph.io/visualization-tools-free-trial) for Explorer free trial. To purchase, contact our sales team via email ([email protected]). For features of Explorer, see [Pricing](https://nebula-graph.io/pricing/).


2. Run `sudo dpkg -i <package_name>` to unpack the DEB package.
Expand Down