Menu

Tree [5132cb] main v1.2.5 v1.2.5-RC2 /
 History

HTTPS access


File Date Author Commit
 .github 2024-01-29 LinkinStars LinkinStars [937de4] Release/1.2.5 (#759)
 .vaunt 2023-11-01 LinkinStars LinkinStars [a458f3] rename all old answerdev/answer link to apache/...
 .vscode 2023-06-28 haitaoo haitaoo [fb5f3a] fix(Dashboard): Some minor problem adjustments.
 build 2022-09-27 mingcheng mingcheng [8e6c49] initial commit
 charts 2023-11-29 LinkinStars LinkinStars [03b595] docs(image): rename all docker image name to ap...
 cmd 2024-01-29 LinkinStars LinkinStars [937de4] Release/1.2.5 (#759)
 configs 2024-01-26 Akhil Akhil [52e0a4] removed unused config
 docs 2024-01-29 LinkinStars LinkinStars [937de4] Release/1.2.5 (#759)
 i18n 2024-01-29 Fen Fen [abecc1] New Crowdin updates (#19) (#760)
 internal 2024-01-30 LinkinStars LinkinStars [0849e8] refactor(file): refactor file format check func...
 pkg 2024-01-30 LinkinStars LinkinStars [0849e8] refactor(file): refactor file format check func...
 plugin 2024-01-29 LinkinStars LinkinStars [937de4] Release/1.2.5 (#759)
 script 2023-11-22 Lu Fei Lu Fei [13b6fa] fix(sitemap): move asf header after xmlheader (...
 ui 2024-01-29 LinkinStars LinkinStars [937de4] Release/1.2.5 (#759)
 .asf.yaml 2023-11-16 LinkinStars LinkinStars [ff8229] docs(README): update the call of this project A...
 .editorconfig 2023-10-26 tison tison [3d2187] chore: add license headers
 .gitignore 2023-02-02 aichy126 aichy126 [9de928] update make plugin
 .gitlab-ci.yml 2023-10-26 tison tison [3d2187] chore: add license headers
 .goreleaser.yaml 2024-01-30 LinkinStars LinkinStars [5132cb] ci(goreleaser): add wrap in directory
 DISCLAIMER 2023-11-01 LinkinStars LinkinStars [2404a2] Add NOTICE and DISCLAIMER for release. (#588)
 Dockerfile 2024-01-29 LinkinStars LinkinStars [937de4] Release/1.2.5 (#759)
 LICENSE 2023-09-14 joyqi joyqi [591ec3] Update LICENSE
 Makefile 2024-01-29 LinkinStars LinkinStars [937de4] Release/1.2.5 (#759)
 NOTICE 2024-01-23 Haoran Yu Haoran Yu [720936] Update NOTICE
 README.md 2024-01-29 LinkinStars LinkinStars [937de4] Release/1.2.5 (#759)
 crowdin.yml 2023-10-26 tison tison [3d2187] chore: add license headers
 docker-compose.yaml 2023-11-29 LinkinStars LinkinStars [03b595] docs(image): rename all docker image name to ap...
 go.mod 2024-01-29 LinkinStars LinkinStars [937de4] Release/1.2.5 (#759)
 go.sum 2023-11-17 LinkinStars LinkinStars [84ef7d] ci(asf): change the check-asf-header script to ...
 licenserc.toml 2023-11-17 LinkinStars LinkinStars [fd6808] ci(lic): add excludes for some files

Read Me


logo

Apache Answer - Build Q&A platform

A Q&A platform software for teams at any scales. Whether it’s a community forum, help center, or knowledge management platform, you can always count on Answer.

To learn more about the project, visit answer.apache.org.

LICENSE
Language
Language
Go Report Card
Discord

Screenshots

screenshot

Quick start

Running with docker

docker run -d -p 9080:80 -v answer-data:/data --name answer apache/answer:1.2.5

For more information, see Installation.

Plugins

Answer provides a plugin system for developers to create custom plugins and expand Answer’s features. You can find the plugin documentation here.

We value your feedback and suggestions to improve our documentation. If you have any comments or questions, please feel free to contact us. We’re excited to see what you can create using our plugin system!

You can also check out the plugins here.

Building from Source

Prerequisites

  • Golang >= 1.18
  • Node.js >= 16.17
  • pnpm >= 8
  • mockgen >= 1.6.0
  • wire >= 0.5.0

Build

# install wire and mockgen for building
$ make generate
# install frontend dependencies and build
$ make ui
# install backend dependencies and build
$ make build

Contributing

Contributions are always welcome!

See CONTRIBUTING for ways to get started.

License

Apache License 2.0

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.