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

Update 2.deploy-connect-dashboard-ent.md #2149

Merged
merged 1 commit into from
Jul 5, 2023
Merged
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 @@ -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