2021-08-28 14:23:48 +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-08-28 14:23:54 +02:00
|
|
|
# MyBB for YunoHost
|
2021-08-28 14:23:48 +02:00
|
|
|
|
2021-08-28 14:23:54 +02:00
|
|
|
[![Integration level](https://dash.yunohost.org/integration/mybb.svg)](https://dash.yunohost.org/appci/app/mybb) ![](https://ci-apps.yunohost.org/ci/badges/mybb.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/mybb.maintain.svg)
|
|
|
|
[![Install MyBB with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=mybb)
|
2021-08-28 14:23:48 +02:00
|
|
|
|
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
|
|
|
|
2021-08-28 14:23:54 +02:00
|
|
|
> *This package allows you to install MyBB quickly and simply on a YunoHost server.
|
2021-08-28 14:23:48 +02:00
|
|
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
|
|
|
|
|
|
|
## Overview
|
|
|
|
|
2021-08-28 14:23:54 +02:00
|
|
|
MyBB is the free and open source forum software powering thousands of engaging, vibrant, and unique communities across the internet.
|
2021-08-28 14:23:48 +02:00
|
|
|
|
2021-08-28 14:32:29 +02:00
|
|
|
**Shipped version:** 1.8.27~ynh1
|
2021-08-28 14:23:48 +02:00
|
|
|
|
2021-08-28 14:29:05 +02:00
|
|
|
**Demo:** https://demomybb.tk/
|
2021-08-28 14:23:48 +02:00
|
|
|
|
|
|
|
## Screenshots
|
|
|
|
|
2021-08-28 14:26:53 +02:00
|
|
|
![](./doc/screenshots/screenshot.png)
|
2021-08-28 14:23:48 +02:00
|
|
|
|
|
|
|
## Disclaimers / important information
|
|
|
|
|
2021-09-03 13:39:58 +02:00
|
|
|
* How to post-install:
|
|
|
|
* The database credentials are send to the admin be email.
|
|
|
|
|
|
|
|
* How to upgrade:
|
2021-09-04 10:41:29 +02:00
|
|
|
* Remove the lock file `sudo rm /var/www/mybb/install/lock`
|
|
|
|
* and follow the post install `https://www.domain.ltd/mybb/install/upgrade.php`
|
2021-08-28 14:23:48 +02:00
|
|
|
|
|
|
|
## Documentation and resources
|
|
|
|
|
2021-08-28 14:23:54 +02:00
|
|
|
* Official app website: https://mybb.com/
|
|
|
|
* Official admin documentation: https://docs.mybb.com/1.8/administration/
|
|
|
|
* Upstream app code repository: https://github.com/mybb/mybb
|
|
|
|
* YunoHost documentation for this app: https://yunohost.org/app_mybb
|
|
|
|
* Report a bug: https://github.com/YunoHost-Apps/mybb_ynh/issues
|
2021-08-28 14:23:48 +02:00
|
|
|
|
|
|
|
## Developer info
|
|
|
|
|
2021-08-28 14:23:54 +02:00
|
|
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/mybb_ynh/tree/testing).
|
2021-08-28 14:23:48 +02:00
|
|
|
|
|
|
|
To try the testing branch, please proceed like that.
|
|
|
|
```
|
2021-08-28 14:23:54 +02:00
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/mybb_ynh/tree/testing --debug
|
2021-08-28 14:23:48 +02:00
|
|
|
or
|
2021-08-28 14:23:54 +02:00
|
|
|
sudo yunohost app upgrade mybb -u https://github.com/YunoHost-Apps/mybb_ynh/tree/testing --debug
|
2021-08-28 14:23:48 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|