Skip to content

Commit

Permalink
Merge pull request #94 from id1893/main
Browse files Browse the repository at this point in the history
docs: update superuser create methods
  • Loading branch information
QQDQ authored Jul 5, 2024
2 parents 641e50a + 17137af commit 7192a8c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ecp/en_US/install/install_ecp_on_kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@ Please input password again:
Please input your name: # Set a display name for your account, for example, ECPAdmin
```
> **Notice**
>
> If the version is greater than or equal to 2.3.0, it is also possible to register a superuser via the web home page.
## Log in to ECP
Now that you have successfully deployed ECP, the default access address of ECP is `http://{kubernetes-node-ip}:31900`. Log in to ECP with your superuser account to start the system initialization.
Expand Down
4 changes: 4 additions & 0 deletions ecp/en_US/install/install_ecp_on_linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ Please input password again:
Please input your name: # Set a display name for your account, for example, ECPAdmin
```

> **Notice**
>
> If the version is greater than or equal to 2.3.0, it is also possible to register a superuser via the web home page.

## Log in to ECP

You have now successfully deployed ECP with Docker. Open your web browser and enter `http://localhost:8082/` (replace `localhost` with your IP address if necessary) into the address bar to access the ECP platform.
Expand Down
4 changes: 4 additions & 0 deletions ecp/zh_CN/install/install_ecp_on_kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@ Please input password: # 请设置您的账户密码
Please input password again: # 请重复您的账户密码
Please input your name: # 请为您的账户设置一个显示名称,比如 ECPAdmin
```
> **注意**
>
> 如果版本大于等于 2.3.0, 也可以通过 Web 首页注册超级管理员。
## 登陆 ECP
Expand Down
4 changes: 4 additions & 0 deletions ecp/zh_CN/install/install_ecp_on_linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ Please input password again: # 请重复您的账户密码
Please input your name: # 请为您的账户设置一个显示名称,比如 ECPAdmin
```

> **注意**
>
> 如果版本大于等于 2.3.0, 也可以通过 Web 首页注册超级管理员。

## 登陆 ECP

现在您已经成功部署 ECP,ECP 的默认访问地址为 `http://{您的机器IP}:8082` 。请使用超级管理员账户登录 ECP 系统,开始初始化系统设置。
Expand Down

0 comments on commit 7192a8c

Please sign in to comment.