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 12:24:37 +01:00
# Yellow CMS for YunoHost
2020-03-29 13:36:23 +02:00
2020-11-02 12:24:37 +01:00
[![Integration level](https://dash.yunohost.org/integration/yellowcms.svg)](https://dash.yunohost.org/appci/app/yellowcms) ![](https://ci-apps.yunohost.org/ci/badges/yellowcms.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/yellowcms.maintain.svg)
[![Install Yellowcms with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=yellowcms)
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:24:37 +01:00
> *This package allows you to install Yellow CMS 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.*
2017-01-18 11:29:59 +01:00
2020-11-02 12:24:37 +01:00
## Overview
Yellow is a CMS designed to make the creation of a website ultra-simple and easy to use. Yellow CMS does not require a database.
**Shipped version:** 0.8.16
## Screenshots
![](https://datenstrom.se/media/images/datenstrom-yellow-en.png)
## Demo
* [Official demo](https://datenstrom.se/yellow/demo/)
## Configuration
How to configure this app: From an admin panel, a plain file with SSH, or any other way.
## 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
* Are LDAP and HTTP auth supported?
* Can the app be used by multiple users?
#### Supported architectures
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/yellowcms%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/yellowcms/)
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/yellowcms%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/yellowcms/)
## Limitations
* Any known limitations.
## Additional information
* Other info you would like to add about this app.
## Links
* Report a bug: https://github.com/YunoHost-Apps/yellowcms_ynh/issues
* App website: https://datenstrom.se/
* Upstream app repository: https://github.com/datenstrom/yellow/
* YunoHost website: https://yunohost.org/
---
## Developer info
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/yellowcms_ynh/tree/testing).
To try the testing branch, please proceed like that.
```
sudo yunohost app install https://github.com/YunoHost-Apps/yellowcms_ynh/tree/testing --debug
or
sudo yunohost app upgrade yellowcms -u https://github.com/YunoHost-Apps/yellowcms_ynh/tree/testing --debug
```