2022-07-29 22:43:28 +02:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2021-02-24 10:59:15 +01:00
# Question2Answer for YunoHost
2018-07-01 09:57:16 +02:00
2022-07-29 22:43:28 +02:00
[![Integration level ](https://dash.yunohost.org/integration/question2answer.svg )](https://dash.yunohost.org/appci/app/question2answer) ![Working status ](https://ci-apps.yunohost.org/ci/badges/question2answer.status.svg ) ![Maintenance status ](https://ci-apps.yunohost.org/ci/badges/question2answer.maintain.svg )
[![Install Question2Answer with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=question2answer)
2017-02-03 21:12:24 +01:00
2019-01-28 00:21:25 +01:00
*[Lire ce readme en français.](./README_fr.md)*
2022-07-29 22:43:28 +02:00
> *This package allows you to install Question2Answer quickly and simply on a YunoHost server.
2020-01-28 06:30:10 +01:00
If you don't have YunoHost, please consult [the guide ](https://yunohost.org/#/install ) to learn how to install it.*
2014-10-20 18:55:53 +02:00
2018-06-28 22:05:35 +02:00
## Overview
2022-07-29 22:43:28 +02:00
2021-02-24 10:59:15 +01:00
Question2Answer (Q2A) is a popular open source Q& A platform for PHP/MySQL.
2018-06-28 22:05:35 +02:00
2022-07-29 22:43:28 +02:00
**Shipped version:** 1.8.6~ynh2
2018-06-28 22:05:35 +02:00
2022-07-29 22:43:28 +02:00
**Demo:** http://demo.question2answer.org
## Screenshots
2018-06-28 22:05:35 +02:00
2022-07-29 22:43:28 +02:00
![Screenshot of Question2Answer ](./doc/screenshots/install_screenshot.png )
2018-06-28 22:05:35 +02:00
2022-07-29 22:43:28 +02:00
## Disclaimers / important information
2018-06-28 22:05:35 +02:00
## Configuration
2021-02-24 10:59:15 +01:00
This app can be configured via its admin panel, available at `https://mydomain/myquestion2answer/index.php/admin/`
2018-06-28 22:05:35 +02:00
2022-07-29 22:43:28 +02:00
## Documentation and resources
2018-06-28 22:05:35 +02:00
2022-07-29 22:43:28 +02:00
* Official app website: < https: // www . question2answer . org >
* Official admin documentation: < https: // docs . question2answer . org >
* Upstream app code repository: < https: // github . com / q2a / question2answer >
* YunoHost documentation for this app: < https: // yunohost . org / app_question2answer >
* Report a bug: < https: // github . com / YunoHost-Apps / question2answer_ynh / issues >
2021-03-25 16:59:37 +01:00
## Developer info
Please send your pull request to the [testing branch ](https://github.com/YunoHost-Apps/question2answer_ynh/tree/testing ).
To try the testing branch, please proceed like that.
2022-07-29 22:43:28 +02:00
``` bash
2021-03-25 16:59:37 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/question2answer_ynh/tree/testing --debug
or
sudo yunohost app upgrade question2answer -u https://github.com/YunoHost-Apps/question2answer_ynh/tree/testing --debug
```
2022-07-29 22:43:28 +02:00
**More info regarding app packaging:** < https: / / yunohost . org / packaging_apps >