Go to file
linkinstar 6a57382276 Merge branch 'github/pr' into 'main'
fix the wget link

See merge request opensource/answer!104
2022-10-24 05:33:36 +00:00
.github/workflows update github action 2022-10-18 17:52:24 +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 style: fix code error handling, pass nil to context 2022-10-22 12:07:29 +08:00
configs feat: support specify the installation directory 2022-10-13 17:37:13 +08:00
docs Merge branch 'readme' into 'main' 2022-10-24 03:31:45 +00:00
i18n add user error return in i18n 2022-10-24 11:21:37 +08:00
internal Merge branch 'ai_annotation' into 'main' 2022-10-24 03:39:18 +00:00
pkg style: remove unnecessary functions 2022-10-22 18:40:12 +08:00
script fix: always exec init command 2022-10-13 14:40:59 +08:00
ui fix(smtp): remove unused form text 2022-10-21 17:53:40 +08:00
.editorconfig initial commit 2022-09-27 17:59:05 +08:00
.gitignore Merge branch 'ui' into 'main' 2022-09-29 03:43:01 +00: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 fix Dockerfile ENV 2022-10-24 11:37:49 +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 Merge remote-tracking branch 'origin/main' into feat/orm-init 2022-10-20 10:31:46 +08:00
README.md fix the wget link 2022-10-24 11:32:48 +08:00
README_CN.md Merge branch 'readme' into 'main' 2022-10-24 03:31:45 +00:00
docker-compose.yaml feat: add system initialization data 2022-10-19 17:20:31 +08:00
go.mod feat: support admin modify smtp config 2022-10-20 16:38:56 +08:00
go.sum feat: support admin modify smtp config 2022-10-20 16:38:56 +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-compose

mkdir answer && cd answer
wget https://raw.githubusercontent.com/answerdev/answer/main/docker-compose.yaml
docker-compose up

For more information you can see INSTALL.md

Contributing

Contributions are always welcome!

See CONTRIBUTING.md for ways to get started.

License

Apache