Skip to content

Commit

Permalink
Update 2.deploy-connect-dashboard-ent.md (#2343)
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy authored Nov 23, 2022
1 parent 144cf43 commit c2fbf54
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions docs-2.0/nebula-dashboard-ent/2.deploy-connect-dashboard-ent.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,43 +198,6 @@ $ sudo /dashboard/scripts/dashboard.service restart all #重启 Dashboard 所有
sudo rpm -ivh nebula-dashboard-ent-xxx.rpm --prefix=<path>
```

在可视化的安装过程中,用户需要输入 License 的路径,选择存放元数据的数据库,目前支持 SQLite 和 MySQL。

例如:

=== "SQLite"

```bash
Nebula Dashboard Enterprise version need license, please enter the license file path(~/nebula.license): /home/vesoft/license/nebula.license
Which database do you want to use? [sqlite | mysql]:sqlite # 不填默认为 SQLite。
Do you want to start the service now? [Y/N]: y
```

=== "MySQL"

```bash
Nebula Dashboard Enterprise version need license, please enter the license file path(~/nebula.license): /home/vesoft/license/nebula.license # license的存放路径。
Which database do you want to use? [sqlite | mysql]:mysql

Step1: set mysql database config

Enter mysql host(127.0.0.1): 192.168.8.157 # 连接的 MySQL 数据库的 IP 地址。

Enter mysql service port(3306): # 连接的 MySQL 数据库的端口号。默认3306。

Enter mysql username(root): # 登录 MySQL 的账户。

Enter mysql password(nebula): # 登录 MySQL 的密码。

Enter mysql database name(dashboard): # MySQL 数据库名称。

Do you want to start the service now? [Y/N]: y

```

3. (可选)使用以下命令查看所有服务状态、启动服务。

```
Expand Down

0 comments on commit c2fbf54

Please sign in to comment.