- Remove outdated development plan from `development-plan.md`. - Update `operations.md` to include details on authorization cache configuration. - Revise `quickstart.md` for clarity on local development setup and database initialization. - Delete redundant `redis-authorization-cache.md`. - Add new `tenant-provisioning.md` to document the process of setting up a tenant from an empty database.
This commit is contained in:
@@ -43,7 +43,7 @@ dotnet run --project Tiku.Api
|
||||
dotnet run --project Tiku.Worker
|
||||
```
|
||||
|
||||
Development 首次迁移会创建平台管理员 `admin@tiku.local`,随机临时密码只在 DbMigrator 首次运行的终端输出。完整步骤见[本地开发与运行](docs/quickstart.md)。
|
||||
默认 Development seed 会在尚无平台角色绑定时创建平台管理员 `admin@tiku.local` 和演示数据;随机临时密码只在首次创建时输出。日常步骤见[本地开发快速上手](docs/quickstart.md),不含演示数据的完整 SaaS 验收见[空数据库到租户建站验收](docs/tenant-provisioning.md)。
|
||||
|
||||
默认开发入口:
|
||||
|
||||
@@ -86,6 +86,7 @@ PostgreSQL 特有的迁移、事务、约束和跨租户不变量必须由 `Tiku
|
||||
- [系统架构与业务边界](docs/architecture/overview.md)
|
||||
- [认证、授权与租户隔离](docs/architecture/security-and-tenancy.md)
|
||||
- [配置与后台任务](docs/operations.md)
|
||||
- [本地开发与运行](docs/quickstart.md)
|
||||
- [本地开发快速上手](docs/quickstart.md)
|
||||
- [空数据库到租户建站验收](docs/tenant-provisioning.md)
|
||||
|
||||
接口、DTO、请求参数和响应模型以运行时 OpenAPI/Scalar 为准;文档不再维护手写接口清单或迁移过程记录。
|
||||
|
||||
Reference in New Issue
Block a user