Go to file
Li Shuailing fb3051754b Merge branch 'fix-ui-v0.2' into 'main'
Fix ui v0.2

See merge request opensource/answer!139
2022-11-01 07:07:20 +00:00
.github/workflows update github actions 2022-10-27 10:22:43 +08:00
.vscode fix: set eslint workingDirectories 2022-09-29 10:12:03 +08:00
build initial commit 2022-09-27 17:59:05 +08:00
charts style: remove unnecessary functions 2022-10-22 18:40:12 +08:00
cmd/answer add avatar Thumbnail image 2022-10-27 22:01:53 +08:00
configs feat: use sqlite for default initialization database 2022-10-31 16:20:58 +08:00
docs feat: admin's question, answer and user search 2022-11-01 09:12:12 +08:00
i18n Merge branch 'main' into 'i18n' 2022-10-28 07:51:37 +00:00
internal Merge branch 'main' into feat/backyard-search 2022-11-01 09:12:41 +08:00
pkg fix: set gravatar size parameter is s 2022-10-28 11:01:42 +08:00
script fix: always exec init command 2022-10-13 14:40:59 +08:00
ui fix: avatar size adjustment 2022-11-01 09:48:44 +08:00
.editorconfig initial commit 2022-09-27 17:59:05 +08:00
.gitignore add avatar middleware 2022-10-27 18:09:27 +08:00
.gitlab-ci.yml feat: generate wire 2022-09-29 16:00:57 +08:00
CONTRIBUTING.md feat: add README.md 2022-09-28 16:31:21 +08:00
Dockerfile ci: update dockerfile and makefile for sqlite embed issue 2022-10-28 13:34:23 +08:00
INSTALL.md Merge branch 'github-main' into github/pr 2022-10-24 13:27:41 +08:00
INSTALL_CN.md Merge branch 'github-main' into github/pr 2022-10-24 13:27:41 +08:00
LICENSE Update LICENSE 2022-09-30 07:13:53 +00:00
Makefile ci: update dockerfile and makefile for sqlite embed issue 2022-10-28 13:34:23 +08:00
README.md feat: use sqlite for default initialization database 2022-10-31 16:20:58 +08:00
README_CN.md feat: use sqlite for default initialization database 2022-10-31 16:20:58 +08:00
docker-compose.yaml Merge pull request #11 from zhuangbiaowei/main 2022-10-24 18:00:18 +08:00
go.mod fix: degradation sqlite3 pkg 2022-10-28 13:43:25 +08:00
go.sum fix: degradation sqlite3 pkg 2022-10-28 13:43:25 +08:00

README.md

logo

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.

LICENSE Language Language

Screenshots

screenshot

Quick start

Running with docker

docker run -d -p 9080:80 -v $PWD/answer-data/data:/data --name answer answerdev/answer:latest

For more information you can see INSTALL.md

Contributing

Contributions are always welcome!

See CONTRIBUTING.md for ways to get started.

License

Apache