diff --git a/docs-2.0/nebula-dashboard-ent/2.deploy-connect-dashboard-ent.md b/docs-2.0/nebula-dashboard-ent/2.deploy-connect-dashboard-ent.md index f282c22d670..834dc3f219e 100644 --- a/docs-2.0/nebula-dashboard-ent/2.deploy-connect-dashboard-ent.md +++ b/docs-2.0/nebula-dashboard-ent/2.deploy-connect-dashboard-ent.md @@ -201,7 +201,19 @@ sudo /dashboard/scripts/dashboard.service restart all #Restart Dashboard. sudo rpm -i nebula-dashboard-ent-xxx.rpm --prefix= ``` -3. (Optional) Run the following commands to view the status of and start all the services. +3. Copy the license file to the `nebula-dashboard-ent` directory. + + ```bash + cp -r + ``` + + For example: + + ```bash + cp -r nebula.license /usr/local/nebula-dashboard-ent + ``` + +4. (Optional) Run the following commands to view the status of and start all the services. ``` sudo systemctl list-dependencies nebula-dashboard.target # View the status of all the services. @@ -215,7 +227,7 @@ sudo /dashboard/scripts/dashboard.service restart all #Restart Dashboard. ``` -4. (Optional) To configure recipients of cluster alert notifications and to configure LDAP accounts, run `vim /usr/local/nebula-dashboard-ent/etc/config.yaml` and add the following settings. +5. (Optional) To configure recipients of cluster alert notifications and to configure LDAP accounts, run `vim /usr/local/nebula-dashboard-ent/etc/config.yaml` and add the following settings. ``` # Information of the sender's Email used to invite LDAP accounts. @@ -294,7 +306,19 @@ sudo rpm -e sudo dpkg -i nebula-dashboard-ent-{{dashboard_ent.release}}.ubuntu1804.amd64.deb ``` -3. (Optional) Run the following commands to view the status of and start all the services. +3. Copy the license file to the `nebula-dashboard-ent` directory. + + ```bash + cp -r + ``` + + For example: + + ```bash + cp -r nebula.license /usr/local/nebula-dashboard-ent + ``` + +4. (Optional) Run the following commands to view the status of and start all the services. ``` sudo systemctl list-dependencies nebula-dashboard.target # View the status of all the services. @@ -307,7 +331,7 @@ sudo rpm -e sudo systemctl {status|stop|start} {nbd-prometheus.service|nbd-alert-manager.service|nbd-stats-exporter.service|nbd-webserver.service} ``` -4. (Optional) To configure the sender's email address used to invite LDAP and OAuth2.0 accounts and configure the duration for storing alert messages, run `vim /usr/local/nebula-dashboard-ent/etc/config.yaml` and add the following settings. +5. (Optional) To configure the sender's email address used to invite LDAP and OAuth2.0 accounts and configure the duration for storing alert messages, run `vim /usr/local/nebula-dashboard-ent/etc/config.yaml` and add the following settings. ``` # Information of the sender's Email used to invite LDAP accounts.