docs: little update (#317)
This commit is contained in:
@@ -22,8 +22,8 @@ erDiagram
|
||||
cases ||--o{ caseSteps: "has"
|
||||
cases ||--o{ caseAttachments: "has"
|
||||
attachments ||--o{ caseAttachments: "has"
|
||||
cases ||--o{ "caseTags(unimplemented)": "has"
|
||||
"tags(unimplemented)" ||--o{ "caseTags(unimplemented)": "has"
|
||||
cases ||--o{ "caseTags": "has"
|
||||
"tags" ||--o{ "caseTags": "has"
|
||||
|
||||
users {
|
||||
integer id PK
|
||||
@@ -139,7 +139,7 @@ erDiagram
|
||||
integer attachmentId FK
|
||||
}
|
||||
|
||||
"tags(unimplemented)" {
|
||||
"tags" {
|
||||
integer id PK
|
||||
string name
|
||||
integer projectId FK
|
||||
@@ -147,7 +147,7 @@ erDiagram
|
||||
timestamp deleted_at
|
||||
}
|
||||
|
||||
"caseTags(unimplemented)" {
|
||||
"caseTags" {
|
||||
integer id PK
|
||||
integer caseId FK
|
||||
integer tagId FK
|
||||
|
||||
@@ -4,7 +4,7 @@ sidebar_position: 1
|
||||
|
||||
# Self hosting
|
||||
|
||||
UnitTCMS is designed for self-hosted use. There are two ways to self-host the application: “Docker” and “Manual”.
|
||||
UnitTCMS is designed for self-hosted use. There are two ways to self-host the application: “Docker” and “From Source”.
|
||||
|
||||
- Docker (Recommended)
|
||||
- From Source
|
||||
|
||||
Reference in New Issue
Block a user