Go to file
edocevol c8175744aa refactor: repo code should procees error 2022-11-01 15:12:20 +08: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: root add command by command array 2022-10-26 18:09:39 +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 it_IT translations (#21) 2022-10-26 08:26:01 +08:00
internal refactor: repo code should procees error 2022-11-01 15:12:20 +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 refine text, punctuation in footer 2022-10-29 06:36:18 -05:00
.editorconfig initial commit 2022-09-27 17:59:05 +08:00
.gitignore update(gitignore): ignore data volume path 2022-10-25 10:31:54 +08:00
.gitlab-ci.yml feat: generate wire 2022-09-29 16:00:57 +08:00
CONTRIBUTING.md Add tbd text 2022-10-29 06:23:20 -05:00
Dockerfile refactor: rename go mod package to answerdev 2022-10-24 16:51:05 +08:00
INSTALL.md Correct various text and formatting issues 2022-10-29 06:20:57 -05:00
INSTALL_CN.md fix: fix the wrong docker image name in INSTALL.md 2022-10-28 11:09:04 +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 refine text 2022-10-29 05:31:18 -05:00
README_CN.md update readme 2022-10-28 11:13:41 +08:00
docker-compose.yaml Merge pull request #11 from zhuangbiaowei/main 2022-10-24 18:00:18 +08:00
go.mod refactor: repo code should procees error 2022-11-01 15:12:20 +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 Go Report Card

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, see INSTALL.md

Contributing

Contributions are always welcome!

See CONTRIBUTING.md for ways to get started.

License

Apache License 2.0