Skip to content

Commit

Permalink
tag-license-to-ent-only (#2097)
Browse files Browse the repository at this point in the history
* tag-license-to-ent-only

* add opts
  • Loading branch information
abby-cyber authored May 26, 2023
1 parent 56b45c0 commit a985548
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 7 deletions.
4 changes: 4 additions & 0 deletions docs-2.0/9.about-license/1.license-overview.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# About NebulaGraph licenses

!!! enterpriseonly

NebulaGraph licenses applies only to the NebulaGraph Enterprise Edition.

## What NebulaGraph licenses do

NebulaGraph licenses are the legal permissions granted by Vesoft Co., Ltd., allowing you to utilize the capabilities of a NebulaGraph Enterprise Edition database and its associated software. You can buy a NebulaGraph license on a cloud marketplace or by contacting Vesoft's sales team. Currently, the only cloud marketplace available is the AWS Marketplace. You can purchase a NebulaGraph license from [NebulaGraph Enterprise (by Node)](https://aws.amazon.com/marketplace/pp/prodview-kvpxjh5b4dfno) on the AWS Marketplace.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This article introduces the setup, homepage, license details page of LC, and how

## Preparations

[You have purchased a Vesoft license](../3.purchase-license.md)
[You have purchased a NebulaGraph license](../3.purchase-license.md)

## Set up an LC account

Expand Down Expand Up @@ -56,10 +56,23 @@ In the **Purchased Resources** section, you can view the purchased query and sto
A license key is an encrypted string containing authorization information and serves as the unique credential for you to obtain access to the NebulaGraph Enterprise Edition database and its associated software features. There are two forms of License keys: online license keys and offline license keys.

- Online license keys
When binding your LMID, select the **Online** mode to generate an online license key. After you enter the key into the LM service, the LM can retrieve the latest license information regularly".

An online license allows you to obtain the latest license information from LC.

When binding your LMID, select the **Online** mode to generate an online license key. After you enter the online key into the LM service, the LM can retrieve the latest license information regularly.

- Offline license keys
When binding your LMID, select the **Offline** mode to generate an offline license key. Compared to an online license key, after you enter an offline license key into your LM, the LM service stores fixed license information. If the license information is updated, a new offline license key must be obtained.

Compared to an online license key, an offline license key contains fixed license information. If the license information is updated, a new offline license key must be obtained.

When binding your LMID, select the **Offline** mode to generate an offline license key. After you enter the offline license key into your LM, the LM service stores fixed license information.

!!! note

You can choose a license key type based on your LM accessibility.

- If your LM is accessible from the internet, you can select either **Online** or **Offline** mode. The **Online** mode is recommended, as it generates an online license key.
- If your LM is not accessible from the internet, then **Offline** mode is the only option available for generating an offline license key, as it can't reach out to the license server to validate the key itself.

For information about how to bind the ID of your LM, see the following section **Bind LMID**.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This article introduces how to deploy and use an LM service, as well as how to c

## Preparations

- [You have purchased a Vesoft license](../3.purchase-license.md).
- [You have purchased a NebulaGraph license](../3.purchase-license.md).
- You have obtained the desired LM installation package.

!!! note
Expand Down
6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,8 @@ nav:
- Meta Service: 1.introduction/3.nebula-graph-architecture/2.meta-service.md
- Graph Service: 1.introduction/3.nebula-graph-architecture/3.graph-service.md
- Storage Service: 1.introduction/3.nebula-graph-architecture/4.storage-service.md
# nav.ent.begin
- About Vesoft licenses:
#ent
- About NebulaGraph licenses:
- License overview: 9.about-license/1.license-overview.md
- License management suites:
- Suite overview: 9.about-license/2.license-management-suite/1.suite-overview.md
Expand All @@ -294,7 +294,7 @@ nav:
- Purchase licenses: 9.about-license/3.purchase-license.md
- Generate and load a license key: 9.about-license/4.generate-and-load-license-key.md
- Manage licenses: 9.about-license/5.manage-license.md
# nav.ent.end
#ent
- Quick start:
- Getting started with NebulaGraph: 2.quick-start/1.quick-start-workflow.md
- Step 1 Install NebulaGraph: 2.quick-start/2.install-nebula-graph.md
Expand Down

0 comments on commit a985548

Please sign in to comment.