1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yellow_ynh.git synced 2024-09-03 20:36:12 +02:00
yellow_ynh/README.md

72 lines
2.4 KiB
Markdown
Raw Normal View History

2020-11-02 13:37:47 +01:00
# Yellow for YunoHost
2020-03-29 13:36:23 +02:00
2020-11-02 12:49:10 +01:00
[![Integration level](https://dash.yunohost.org/integration/yellow.svg)](https://dash.yunohost.org/appci/app/yellow) ![](https://ci-apps.yunohost.org/ci/badges/yellow.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/yellow.maintain.svg)
[![Install Yellow with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=yellow)
2020-03-29 13:36:23 +02:00
2020-11-02 12:24:37 +01:00
*[Lire ce readme en français.](./README_fr.md)*
2017-01-18 11:29:59 +01:00
2020-11-02 12:49:10 +01:00
> *This package allows you to install Yellow quickly and simply on a YunoHost server.
2020-11-02 12:24:37 +01:00
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
2017-01-18 11:29:59 +01:00
2020-11-02 12:24:37 +01:00
## Overview
2020-11-02 13:35:59 +01:00
Datenstrom Yellow is a CMS (Content management system) designed to make the creation of a website ultra-simple and easy to use. Yellow does not require a database.
2020-11-02 12:24:37 +01:00
**Shipped version:** 0.8.16
## Screenshots
![](https://datenstrom.se/media/images/datenstrom-yellow-en.png)
## Demo
* [Official demo](https://datenstrom.se/yellow/demo/)
## Configuration
2020-11-02 12:49:10 +01:00
* How to configure this app: From an admin panel.
2020-11-02 12:24:37 +01:00
## Documentation
* Official documentation: https://datenstrom.se/yellow/help/
* YunoHost documentation: If specific documentation is needed, feel free to contribute.
## YunoHost specific features
#### Multi-user support
2020-11-02 12:49:10 +01:00
* Are LDAP and HTTP auth supported? **No**
* Can the app be used by multiple users? **Yes**
2020-11-02 12:24:37 +01:00
#### Supported architectures
2020-11-02 12:49:10 +01:00
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/yellow%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/yellow/)
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/yellow%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/yellow/)
2020-11-02 12:24:37 +01:00
## Limitations
* Any known limitations.
## Additional information
* Other info you would like to add about this app.
## Links
2020-11-02 12:49:10 +01:00
* Report a bug: https://github.com/YunoHost-Apps/yellow_ynh/issues
2020-11-02 12:24:37 +01:00
* App website: https://datenstrom.se/
* Upstream app repository: https://github.com/datenstrom/yellow/
* YunoHost website: https://yunohost.org/
---
## Developer info
2020-11-02 12:49:10 +01:00
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/yellow_ynh/tree/testing).
2020-11-02 12:24:37 +01:00
To try the testing branch, please proceed like that.
```
2020-11-02 12:49:10 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/yellow_ynh/tree/testing --debug
2020-11-02 12:24:37 +01:00
or
2020-11-02 12:49:10 +01:00
sudo yunohost app upgrade yellow -u https://github.com/YunoHost-Apps/yellow_ynh/tree/testing --debug
2020-11-02 12:24:37 +01:00
```