mirror of https://gitee.com/answerdev/answer.git
4004c0b674
Modified the "content" field in the "revision_entity.go" file from 'TEXT' to 'MEDIUMTEXT'. Added a new migration file "v14.go" to handle the transition of the database 'content' field to 'MEDIUMTEXT'. Also adapted the 'command.go' and 'migrations.go' files to handle the new migration. These changes were necessary to accommodate larger revision content sizes. |
||
---|---|---|
.github | ||
.vscode | ||
build | ||
charts | ||
cmd | ||
configs | ||
docs | ||
i18n | ||
internal | ||
pkg | ||
plugin | ||
script | ||
ui | ||
.editorconfig | ||
.gitignore | ||
.gitlab-ci.yml | ||
.goreleaser.yaml | ||
Dockerfile | ||
LICENSE | ||
Makefile | ||
README.md | ||
README_CN.md | ||
SECURITY.md | ||
crowdin.yml | ||
docker-compose.uffizzi.yml | ||
docker-compose.yaml | ||
go.mod | ||
go.sum |
README.md
Answer - Build Q&A community
An open-source knowledge-based community software. You can use it to quickly build your Q&A community for product technical support, customer support, user communication, and more.
To learn more about the project, visit answer.dev.
Screenshots
Quick start
Running with docker
docker run -d -p 9080:80 -v answer-data:/data --name answer answerdev/answer:latest
For more information, see Installation
Contributing
Contributions are always welcome!
See CONTRIBUTING for ways to get started.