1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/horde_ynh.git synced 2024-09-03 19:16:08 +02:00

Refactor README

This commit is contained in:
Josué Tille 2018-08-10 12:22:52 +02:00
parent bfc3e41d72
commit 16e379ca4c

101
README.md
View file

@ -1,30 +1,59 @@
Horde for yunohost
========================
*https://www.horde.org/
==================
[![Integration level](https://dash.yunohost.org/integration/horde.svg)](https://ci-apps.yunohost.org/jenkins/job/horde%20%28Community%29/lastBuild/consoleFull)
[![Install horde with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=horde)
[![Install Horde with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=horde)
> *This package allow you to install horde 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.*
Install
-------
Overview
--------
From command line:
A groupware (webmail, adressbook, calendar) witch use PHP
`sudo yunohost app install -l horde https://github.com/YunoHost-Apps/horde_ynh`
**Shipped version:** 5.2.22
Upgrade
-------
Screenshots
-----------
From command line:
![](https://www.horde.org/images/slides/h5slider.png)
`sudo yunohost app upgrade -u https://github.com/YunoHost-Apps/horde_ynh`
Demo
----
Customisation
* [Official demo](http://demo.horde.org/)
Documentation
-------------
### Install others app.
* Official documentation: https://wiki.horde.org/
* YunoHost documentation: There no other documentations, feel free to contribute.
YunoHost specific features
--------------------------
### Multi-users support
This app support the SSO and LDAP.
### Supported architectures
* x86-64b - [![Build Status](https://ci-apps.yunohost.org/jenkins/job/horde%20(Community)/badge/icon)](https://ci-apps.yunohost.org/jenkins/job/horde%20(Community)/)
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/jenkins/job/horde%20(Community)%20(%7EARM%7E)/badge/icon)](https://ci-apps-arm.yunohost.org/jenkins/job/horde%20(Community)%20(%7EARM%7E)/)
* Jessie x86-64b - [![Build Status](https://ci-stretch.nohost.me/jenkins/job/horde%20(Community)/badge/icon)](https://ci-stretch.nohost.me/jenkins/job/horde%20(Community)/)
<!--Limitations
-----------
* Any known limitations.-->
Additional informations
-----------------------
### Customisation
#### Install others app.
The package provide some apps, but it's could be possible to install some others apps. The list of all availabe apps are listed here : https://www.horde.org/apps
@ -60,18 +89,11 @@ After you need to update the horde database schema and the horde config. So go o
Now you should be able to use the new apps.
Issue
-----
Any issue is welcome here : https://github.com/YunoHost-Apps/horde_ynh/issues
ActiveSync
----------
### ActiveSync
For calendar, task and addressbook activeSync has been configured but not yet tested.
Troubleshotting
---------------
### Troubleshotting
**Get Address is missing domain while to try to send an email.**
@ -80,6 +102,39 @@ Troubleshotting
- Complete the form and save it.
- You might be able to sed an email now.
Links
-----
* Report a bug: https://github.com/YunoHost-Apps/horde_ynh/issues
* App website: https://www.horde.org/
* YunoHost website: https://yunohost.org/
---
Install
-------
From command line:
`sudo yunohost app install -l horde https://github.com/YunoHost-Apps/horde_ynh`
Upgrade
-------
From command line:
`sudo yunohost app upgrade horde -u https://github.com/YunoHost-Apps/horde_ynh`
Developers infos
----------------
To try the testing branch, please proceed like that.
```
sudo yunohost app install https://github.com/YunoHost-Apps/horde_ynh/tree/testing --debug
or
sudo yunohost app upgrade horde -u https://github.com/YunoHost-Apps/horde_ynh/tree/testing --debug
```
License
-------