mirror of
https://github.com/YunoHost-Apps/plume_ynh.git
synced 2024-09-03 20:15:54 +02:00
Update README.md with example_ynh package
This commit is contained in:
parent
eb654550e9
commit
60602ec606
1 changed files with 68 additions and 14 deletions
76
README.md
76
README.md
|
@ -1,20 +1,17 @@
|
|||
# Plume for Yunohost
|
||||
|
||||
[](https://ci-apps.yunohost.org/jenkins/job/plume%20%28Community%29/lastBuild/consoleFull)
|
||||
|
||||
[](https://install-app.yunohost.org/?app=plume)
|
||||
<br>
|
||||
**Warning:** The package can take **15 to 30 minutes** to complete depending on your system configuration. **Don't intrupt the installation process while installing.**
|
||||
[](https://dash.yunohost.org/appci/app/plume)
|
||||
[](https://install-app.yunohost.org/?app=plume)
|
||||
|
||||
## Links
|
||||
> *This package allow you to install plume quickly and simply on a YunoHost server.
|
||||
If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.*
|
||||
|
||||
- [YunoHost project](https://yunohost.org)
|
||||
- [Plume Github page](https://github.com/Plume-org/Plume)
|
||||
- [Demo instance of Plume](https://baptiste.gelez.xyz/)
|
||||
|
||||
## Plume
|
||||
## Overview
|
||||
Federated blogging engine, based on ActivityPub. It uses the Rocket framework, and Diesel to interact with the database.
|
||||
|
||||
**Shipped version:** 0.2.0-alpha-1
|
||||
|
||||
**Warning:** The package can take **15 to 30 minutes** to complete depending on your system configuration. **Don't intrupt the installation process while installing.**
|
||||
|
||||
## Important points to read before installing the app
|
||||
1. **Plume** is still in **pre-release** stage and undergoing heavy development, so there can be **bugs**.
|
||||
|
@ -23,3 +20,60 @@ Federated blogging engine, based on ActivityPub. It uses the Rocket framework, a
|
|||
1. This package is **multi-instance** that means you can run **multiple Plume instances** on a **single server**.
|
||||
1. There is **No LDAP** support for Plume yet.
|
||||
1. **Admin username** and **password** will be sent to the **email address** of the admin.
|
||||
|
||||
## Demo
|
||||
|
||||
* [List of instances](https://joinplu.me/#instances)
|
||||
|
||||
## Configuration
|
||||
|
||||
How to configure this app: by an admin panel, a plain file with SSH, or any other way.
|
||||
|
||||
## Documentation
|
||||
|
||||
* Official documentation: https://docs.joinplu.me/
|
||||
* YunoHost documentation: If specific documentation is needed, feel free to contribute.
|
||||
|
||||
## YunoHost specific features
|
||||
|
||||
#### Multi-users support
|
||||
|
||||
Are LDAP and HTTP auth supported?
|
||||
Can the app be used by multiple users?
|
||||
|
||||
#### Supported architectures
|
||||
|
||||
* x86-64b - [](https://ci-apps.yunohost.org/ci/apps/plume/)
|
||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/plume/)
|
||||
* Jessie x86-64b - [](https://ci-stretch.nohost.me/ci/apps/plume/)
|
||||
|
||||
## Limitations
|
||||
|
||||
* Any known limitations.
|
||||
|
||||
## Additional information
|
||||
|
||||
* Other information you would add about this application
|
||||
|
||||
**More information on the documentation page:**
|
||||
https://yunohost.org/packaging_apps
|
||||
## Links
|
||||
|
||||
* Report a bug: https://github.com/YunoHost-Apps/plume_ynh/issues
|
||||
* App website: https://joinplu.me/
|
||||
* YunoHost website: https://yunohost.org/
|
||||
|
||||
---
|
||||
|
||||
Developers info
|
||||
----------------
|
||||
|
||||
**Only if you want to use a testing branch for coding, instead of merging directly into master.**
|
||||
Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/plume_ynh/tree/testing).
|
||||
|
||||
To try the testing branch, please proceed like that.
|
||||
```
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/plume_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade plume -u https://github.com/YunoHost-Apps/plume_ynh/tree/testing --debug
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue