Go to file
aichy126 8b399dbe66 update img upload 2022-10-28 10:29:26 +08: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: support specify the installation directory 2022-10-13 17:37:13 +08:00
docs fix question tags search 2022-10-27 10:41:57 +08:00
i18n feat: add full content of zh_CN translation 2022-10-24 22:15:26 +08:00
internal update img upload 2022-10-28 10:29:26 +08:00
pkg Merge branch 'github-main' into pr/github 2022-10-25 10:39:28 +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 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 refactor: rename go mod package to answerdev 2022-10-24 16:51:05 +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 Merge pull request #11 from zhuangbiaowei/main 2022-10-24 18:00:18 +08:00
go.mod add avatar middleware 2022-10-27 18:09:27 +08:00
go.sum add avatar middleware 2022-10-27 18:09:27 +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