Go to file
LinkinStar 9c8838a1b0 feat: install configuration files and initialize basic information 2022-11-04 15:59:21 +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 feat: add install api and functions 2022-11-03 20:09:04 +08:00
configs feat: use sqlite for default initialization database 2022-10-31 16:20:58 +08:00
docs Merge branch 'ai_0.3_dashboard' into 'test' 2022-11-02 08:50:38 +00:00
i18n feat: add install api and functions 2022-11-03 20:09:04 +08:00
internal feat: install configuration files and initialize basic information 2022-11-04 15:59:21 +08:00
pkg feat: rewrite config file when install config 2022-11-04 11:30:53 +08:00
script fix: always exec init command 2022-10-13 14:40:59 +08:00
ui Revert "Fix RouteNode type error" 2022-11-02 13:15:52 +08:00
.editorconfig initial commit 2022-09-27 17:59:05 +08:00
.gitignore optimize: add compile universal binary 2022-11-01 15:50:46 +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 ci: update dockerfile and makefile for sqlite embed issue 2022-10-28 13:34:23 +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 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 Merge pull request #11 from zhuangbiaowei/main 2022-10-24 18:00:18 +08:00
go.mod merge: repo unit test 2022-11-01 16:22:51 +08:00
go.sum merge: repo unit test 2022-11-01 16:22: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