Skip to content

Commit

Permalink
feature: update 2.0.6 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wangqi committed Nov 26, 2024
1 parent 5e19763 commit 83d19cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions docs/dev/zh/contribute/develop/bootstrap.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ docker compose up -d
- host: http://127.0.0.1:9001
- username: admin
- password: password
- `scaleph` 在提供的 minio 容器中创建了 `scaleph``scaleph-public` 2 个 bucket,其中 `scaleph-public` 可通过 http 匿名访问。访问方式为:`http://$MINIO_IP:$MINIO_PORT/scaleph-public/$FILE_NAME`,如 `http://localhost:9000/scaleph-public/scaleph.svg`
- gravitino。
- host: http://localhost:8090

Expand Down Expand Up @@ -95,4 +94,4 @@ npm start

## 访问项目

点击 [http://localhost:8000](http://localhost:8000),默认用户名密码:`sys_admin/123456`
点击 [http://localhost:8888](http://localhost:8888),默认用户名密码:`sys_admin/123456`
2 changes: 1 addition & 1 deletion docs/dev/zh/quick-start/install/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ docker compose down

:::

在所有容器正常启动后,用户即可访问 [http://localhost:8096](http://localhost:8096/),用户名密码为 `sys_admin/123456`
在所有容器正常启动后,用户即可访问 [http://localhost:8888](http://localhost:8888/),用户名密码为 `sys_admin/123456`
2 changes: 1 addition & 1 deletion docs/dev/zh/quick-start/quick-start/initialize.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 系统初始化

`scaleph` 部署成功后,通过 `sys_admin/123456` 登录 [http://localhost:8096](http://localhost:8096) 后,系统维护者或者管理员需要先行对系统进行初始化,填充用户进行数据开发的必需配置和文件。
`scaleph` 部署成功后,通过 `sys_admin/123456` 登录 [http://localhost:8888](http://localhost:8888) 后,系统维护者或者管理员需要先行对系统进行初始化,填充用户进行数据开发的必需配置和文件。

## 资源上传

Expand Down

0 comments on commit 83d19cc

Please sign in to comment.