1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/question2answer_ynh.git synced 2024-09-03 20:16:07 +02:00
question2answer_ynh/README.md
2024-01-24 10:39:30 +00:00

50 lines
2 KiB
Markdown

<!--
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.
-->
# Question2Answer for YunoHost
[![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)
*[Lire ce readme en français.](./README_fr.md)*
> *This package allows you to install Question2Answer quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
## Overview
Question2Answer (Q2A) is a popular open source Q&A platform for PHP/MySQL.
**Shipped version:** 1.8.6~ynh2
**Demo:** http://demo.question2answer.org
## Screenshots
![Screenshot of Question2Answer](./doc/screenshots/install_screenshot.png)
## Documentation and resources
* Official app website: <https://www.question2answer.org>
* Official admin documentation: <https://docs.question2answer.org>
* Upstream app code repository: <https://github.com/q2a/question2answer>
* YunoHost Store: <https://apps.yunohost.org/app/question2answer>
* Report a bug: <https://github.com/YunoHost-Apps/question2answer_ynh/issues>
## 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.
``` bash
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
```
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>