-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* license access change * Update ex-ug-deploy.md * Update docs-2.0/nebula-dashboard-ent/2.deploy-connect-dashboard-ent.md Co-authored-by: randomJoe211 <[email protected]> * Update docs-2.0/nebula-explorer/deploy-connect/ex-ug-deploy.md * Update docs-2.0/nebula-explorer/deploy-connect/ex-ug-deploy.md * Update docs-2.0/nebula-explorer/deploy-connect/ex-ug-deploy.md Co-authored-by: randomJoe211 <[email protected]>
- Loading branch information
1 parent
f6ba308
commit ff0adc0
Showing
2 changed files
with
11 additions
and
9 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 |
---|---|---|
|
@@ -26,7 +26,7 @@ Before deploying Dashboard, you must do a check of these: | |
|
||
!!! enterpriseonly | ||
|
||
The license is only available in the Enterprise Edition. To obtain the license, send email to [email protected]. | ||
The license is only available in the Enterprise Edition. To obtain the license, apply for [Nebula Dashboard Free Trial](https://forms.gle/AxVejqKjWT9Z8HLq8). | ||
|
||
## Install and start | ||
|
||
|
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,6 +33,11 @@ Before you deploy Explorer, you must do a check of these: | |
|
||
- The Linux distribution is CentOS. | ||
- GO of version above 1.13 is installed. | ||
- The license is ready. | ||
|
||
!!! 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). | ||
|
||
### Install | ||
|
||
|
@@ -66,10 +71,6 @@ Before you deploy Explorer, you must do a check of these: | |
$ cp -r nebula.license /usr/local/nebula-explorer | ||
``` | ||
|
||
!!! enterpriseonly | ||
|
||
License is only available in the Enterprise Edition. For more information, send email to [email protected]. | ||
|
||
4. After adding the license, you need to stop and restart the service using the following command. | ||
|
||
```bash | ||
|
@@ -123,6 +124,11 @@ Before deploying Explorer, you must check the following information: | |
|
||
- The Linux distribution is CentOS. | ||
- GO of version above 1.13 is installed. | ||
- The license is ready. | ||
|
||
!!! 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). | ||
|
||
### Install and deploy | ||
|
||
|
@@ -149,10 +155,6 @@ Before deploying Explorer, you must check the following information: | |
$ cp -r nebula.license /usr/local/nebula-explorer | ||
``` | ||
|
||
!!! enterpriseonly | ||
|
||
License is only available in the Enterprise Edition. For more information, send email to [email protected]. | ||
|
||
4. Enter the `nebula-explorer` folder to start Explorer. | ||
|
||
```bash | ||
|