You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/11/19 10:27:20 UTC

[GitHub] [shardingsphere-elasticjob] TeslaCN commented on a diff in pull request #2152: docs: add Casdoor docs

TeslaCN commented on code in PR #2152:
URL: https://github.com/apache/shardingsphere-elasticjob/pull/2152#discussion_r1027070444


##########
docs/content/user-manual/elasticjob-lite/operation/web-console.cn.md:
##########
@@ -13,13 +13,61 @@ chapter = true
 控制台提供两种账户:管理员及访客。
 管理员拥有全部操作权限,访客仅拥有察看权限。
 默认管理员用户名和密码是 root/root,访客用户名和密码是 guest/guest,可通过 `conf\application.properties` 修改管理员及访客用户名及密码。
+
 ```
 auth.root_username=root
 auth.root_password=root
 auth.guest_username=guest
 auth.guest_password=guest
 ```
 
+## Casdoor登录
+
+控制台集成了[Casdoor](https://casdoor.org/)单点登录,用户可以选择Casdoor进行登录等一些列操作。
+
+步骤一: 部署casdoor
+Casdoor的源代码托管在 GitHub: https://github.com/casdoor/casdoor 
+
+启动模式有开发模式和生产模式,此处以开发模式为例,[更多详细](https://casdoor.org/docs/basic/server-installation)
+
+后端启动方式
+
+```bash
+go run main.go
+```
+
+前端启动方式
+
+```bash
+cd web
+yarn install
+yarn start
+```
+
+步骤二:配置casdoor并得到所需的数据
+
+![casdoorConfig](..\..\..\..\static\img\casdoor\casdoorConfig.png)

Review Comment:
   Relative path is not correct. You may refer to other pages.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org