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

73 lines
2.6 KiB
Markdown
Raw Normal View History

2021-02-24 10:59:15 +01:00
# Question2Answer for YunoHost
2018-07-01 09:57:16 +02:00
2021-02-24 10:59:15 +01:00
[![Integration level](https://dash.yunohost.org/integration/question2answer.svg)](https://dash.yunohost.org/appci/app/question2answer) ![](https://ci-apps.yunohost.org/ci/badges/question2answer.status.svg) ![](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)
2019-01-28 00:21:25 +01:00
*[Lire ce readme en français.](./README_fr.md)*
2021-02-24 10:59:15 +01: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
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
2021-02-24 10:59:15 +01:00
**Shipped version:** 1.8.5
2018-06-28 22:05:35 +02:00
## Screenshots
2021-02-24 10:59:15 +01:00
![](./images/install_screenshot.png)
2018-06-28 22:05:35 +02:00
## Demo
2021-02-24 10:59:15 +01:00
* [Official demo](http://demo.question2answer.org/)
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
## Documentation
2021-02-24 10:59:15 +01:00
* Official documentation: https://www.question2answer.org/
2018-08-08 23:04:20 +02:00
* YunoHost documentation: If specific documentation is needed, feel free to contribute.
2018-06-28 22:05:35 +02:00
## YunoHost specific features
2020-01-28 06:30:10 +01:00
#### Multi-user support
2018-06-28 22:05:35 +02:00
2021-02-24 10:59:15 +01:00
This app supports multiuser, but is not integrated via LDAP nor SSO.
The admin page is protected by SSOwat.
2018-06-28 22:05:35 +02:00
#### Supported architectures
2021-02-24 10:59:15 +01:00
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/question2answer%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/question2answer/)
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/question2answer%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/question2answer/)
2018-06-28 22:05:35 +02:00
## Limitations
2021-02-24 10:59:15 +01:00
* No known limitations.
2018-06-28 22:05:35 +02:00
2018-08-08 23:04:20 +02:00
## Additional information
2018-06-28 22:05:35 +02:00
2020-01-28 06:30:10 +01:00
**More info on the documentation page:**
2014-10-20 19:36:04 +02:00
https://yunohost.org/packaging_apps
2018-06-28 22:05:35 +02:00
## Links
2021-02-24 10:59:15 +01:00
* Report a bug: https://github.com/nils-van-zuijlen/question2answer_ynh/issues
* App website: https://www.question2answer.org
* Upstream app repository: https://github.com/q2a/question2answer
2018-06-28 22:05:35 +02:00
* YunoHost website: https://yunohost.org/
---
## 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.
```
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
```