Plugins are a way to extend the functionality of the Answer project. You can create your own plugins to meet your own needs.
Apache Answer binary supports some command-line options
When we need to extend Apache Answer's functionality, such as adding OAuth login, we can design plugins to implement these features.
There are multiple ways to start Apache Answer, you can choose the one that suits you best. We recommend using Docker Compose to run Apache Answer. This is the easiest way to get started with Apache
We recommend that you back up database and configuration files before upgrading. Generally, we guarantee that the upgrade does not affect the existing data.
We use yaml configuration file. It will be created automatically after answer init command. The default path is /data/conf/config.yaml