docs: little update (#317)
This commit is contained in:
@@ -22,8 +22,8 @@ erDiagram
|
|||||||
cases ||--o{ caseSteps: "has"
|
cases ||--o{ caseSteps: "has"
|
||||||
cases ||--o{ caseAttachments: "has"
|
cases ||--o{ caseAttachments: "has"
|
||||||
attachments ||--o{ caseAttachments: "has"
|
attachments ||--o{ caseAttachments: "has"
|
||||||
cases ||--o{ "caseTags(unimplemented)": "has"
|
cases ||--o{ "caseTags": "has"
|
||||||
"tags(unimplemented)" ||--o{ "caseTags(unimplemented)": "has"
|
"tags" ||--o{ "caseTags": "has"
|
||||||
|
|
||||||
users {
|
users {
|
||||||
integer id PK
|
integer id PK
|
||||||
@@ -139,7 +139,7 @@ erDiagram
|
|||||||
integer attachmentId FK
|
integer attachmentId FK
|
||||||
}
|
}
|
||||||
|
|
||||||
"tags(unimplemented)" {
|
"tags" {
|
||||||
integer id PK
|
integer id PK
|
||||||
string name
|
string name
|
||||||
integer projectId FK
|
integer projectId FK
|
||||||
@@ -147,7 +147,7 @@ erDiagram
|
|||||||
timestamp deleted_at
|
timestamp deleted_at
|
||||||
}
|
}
|
||||||
|
|
||||||
"caseTags(unimplemented)" {
|
"caseTags" {
|
||||||
integer id PK
|
integer id PK
|
||||||
integer caseId FK
|
integer caseId FK
|
||||||
integer tagId FK
|
integer tagId FK
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ sidebar_position: 1
|
|||||||
|
|
||||||
# Self hosting
|
# 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)
|
- Docker (Recommended)
|
||||||
- From Source
|
- From Source
|
||||||
|
|||||||
Reference in New Issue
Block a user