1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nodebb_ynh.git synced 2024-09-03 19:46:29 +02:00
nodebb_ynh/README.md

51 lines
2 KiB
Markdown
Raw Permalink Normal View History

2021-05-30 09:32:45 +02:00
<!--
2024-04-14 18:18:41 +02:00
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
2021-05-30 09:32:45 +02:00
It shall NOT be edited by hand.
-->
2021-03-25 17:00:29 +01:00
# NodeBB for YunoHost
2017-04-08 01:04:30 +02:00
2023-01-27 17:00:35 +01:00
[![Integration level](https://dash.yunohost.org/integration/nodebb.svg)](https://dash.yunohost.org/appci/app/nodebb) ![Working status](https://ci-apps.yunohost.org/ci/badges/nodebb.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/nodebb.maintain.svg)
2023-03-16 22:28:29 +01:00
2021-05-30 09:32:45 +02:00
[![Install NodeBB with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=nodebb)
2017-04-28 18:23:20 +02:00
2024-04-14 18:18:41 +02:00
*[Read this README in other languages.](./ALL_README.md)*
2017-04-28 18:23:20 +02:00
2024-04-14 18:18:41 +02:00
> *This package allows you to install NodeBB 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.*
2021-03-25 17:00:29 +01:00
## Overview
2021-08-31 16:18:13 +02:00
NodeBB is built using the Node.js server-side Javascript platform, delivering unmatched performance.
Building on this high performance platform means fast and dependable performance that will support even the biggest and most active community.
2021-03-25 17:00:29 +01:00
2024-04-14 18:18:41 +02:00
**Shipped version:** 3.7.3~ynh1
2022-08-14 08:38:32 +02:00
2024-04-14 18:18:41 +02:00
**Demo:** <https://try.nodebb.org>
2021-03-25 17:00:29 +01:00
2021-05-30 09:32:45 +02:00
## Screenshots
2021-03-25 17:00:29 +01:00
2022-05-28 19:17:02 +02:00
![Screenshot of NodeBB](./doc/screenshots/screenshot.png)
2021-03-25 17:00:29 +01:00
2021-05-30 09:32:45 +02:00
## Documentation and resources
2021-03-25 17:00:29 +01:00
2024-04-14 18:18:41 +02:00
- Official app website: <https://nodebb.org>
- Official admin documentation: <https://docs.nodebb.org>
- Upstream app code repository: <https://github.com/NodeBB/NodeBB>
- YunoHost Store: <https://apps.yunohost.org/app/nodebb>
- Report a bug: <https://github.com/YunoHost-Apps/nodebb_ynh/issues>
2021-03-25 17:00:29 +01:00
## Developer info
2024-04-14 18:18:41 +02:00
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/nodebb_ynh/tree/testing).
2021-03-25 17:00:29 +01:00
2024-04-14 18:18:41 +02:00
To try the `testing` branch, please proceed like that:
2022-05-28 19:17:02 +02:00
2024-04-14 18:18:41 +02:00
```bash
2021-03-25 17:00:29 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/nodebb_ynh/tree/testing --debug
or
sudo yunohost app upgrade nodebb -u https://github.com/YunoHost-Apps/nodebb_ynh/tree/testing --debug
```
2017-04-28 18:23:20 +02:00
2022-05-28 19:17:02 +02:00
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>