Go to file
linkinstar e2f914a4e6 Merge branch 'ai_0.3_install_api' into 'test'
fix: log format

See merge request opensource/answer!220
2022-11-10 07:36:14 +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 Merge branch 'ai_0.3_install_api' into 'test' 2022-11-10 06:18:51 +00:00
configs fix uploads dir 2022-11-09 15:00:17 +08:00
docs Merge branch 'ai_0.3_install_api' into 'test' 2022-11-07 06:23:01 +00:00
i18n Merge branch 'ui-v0.3' into 'test' 2022-11-10 03:30:14 +00:00
internal Merge branch 'ai_0.3_install_api' into 'test' 2022-11-10 07:36:14 +00:00
pkg Merge branch 'feat/cut-text' into 'test' 2022-11-10 03:32:16 +00:00
script feat: remove config file path 2022-11-04 18:36:33 +08:00
ui Merge branch 'ui-v0.3' into 'test' 2022-11-10 03:30:14 +00:00
.editorconfig initial commit 2022-09-27 17:59:05 +08:00
.gitignore fix uploads dir 2022-11-09 15:00:17 +08:00
.gitlab-ci.yml update: gitlab ci only deploy on test 2022-11-02 14:43:45 +08:00
CONTRIBUTING.md Add tbd text 2022-10-29 06:23:20 -05:00
Dockerfile fix uploads dir 2022-11-09 15:00:17 +08:00
INSTALL.md fix uploads dir 2022-11-09 15:00:17 +08:00
INSTALL_CN.md fix uploads dir 2022-11-09 15:22:50 +08:00
LICENSE Update LICENSE 2022-09-30 07:13:53 +00:00
Makefile optimize: add compile universal binary 2022-11-01 15:50:46 +08:00
README.md doc: update README docker volume path 2022-11-01 17:35:53 +08:00
README_CN.md doc: update README docker volume path 2022-11-01 17:35:53 +08:00
docker-compose.yaml ci: docker compose 2022-11-02 08:01:37 +00:00
go.mod feat: add html text cut pkg 2022-11-09 17:20:51 +08:00
go.sum feat: add html text cut pkg 2022-11-09 17:20:51 +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

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

For more information, see INSTALL.md

Contributing

Contributions are always welcome!

See CONTRIBUTING.md for ways to get started.

License

Apache License 2.0