Skip to content

Commit

Permalink
Update 2.deploy-connect-dashboard-ent.md (#2149)
Browse files Browse the repository at this point in the history
  • Loading branch information
akihi99 authored Jul 5, 2023
1 parent 7da9c0e commit c7d6e4e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Before deploying Dashboard Enterprise Edition, you must do a check of these:
tar -xzvf nebula-dashboard-ent-{{dashboard_ent.release}}.linux-amd64.tar.gz -C /usr/local/
```

3. Enter the extracted folder and modify the `config.yaml` file in the `etc` directory to set the relevant configuration.
3. (optional) Enter the extracted folder and modify the `config.yaml` file in the `etc` directory to set the relevant configuration.

```bash
Name: dashboard-api
Expand Down Expand Up @@ -155,7 +155,7 @@ The Linux version used is CentOS and lsof has been installed.
sudo rpm -i nebula-dashboard-ent-xxx.rpm --prefix=<path>
```

3. Enter the extracted folder and modify the `config.yaml` file in the `etc` directory to set the relevant configuration.
3. (optional) Enter the extracted folder and modify the `config.yaml` file in the `etc` directory to set the relevant configuration.

```bash
Name: dashboard-api
Expand Down Expand Up @@ -255,7 +255,7 @@ sudo rpm -e <package_name>
sudo dpkg -i nebula-dashboard-ent-{{dashboard_ent.release}}.ubuntu1804.amd64.deb
```

3. Enter the extracted folder and modify the `config.yaml` file in the `etc` directory to set the relevant configuration.
3. (optional) Enter the extracted folder and modify the `config.yaml` file in the `etc` directory to set the relevant configuration.

```bash
Name: dashboard-api
Expand Down

0 comments on commit c7d6e4e

Please sign in to comment.