diff --git a/README.md b/README.md index b197ea1..e16c518 100644 --- a/README.md +++ b/README.md @@ -36,53 +36,6 @@ In addition to Roundcube core features, the following are made available with th ![Screenshot of Roundcube](./doc/screenshots/screenshot.png) -## Disclaimers / important information - -## Configuration - -You can extend - or even override - the Roundcube configuration which is coming with this package in the file `conf/local.inc.php`. Do not edit the file `conf/config.inc.php` as future upgrades will overwrite it. - -#### Multi-users support - -* Integrate with YunoHost users and SSO - i.e logout button, YunoHost users search - -#### Plugins - -You can also install other plugins - which will not be removed with upgrades. To do so, you can use the official [Plugin Repository](https://plugins.roundcube.net/). - -##### From the Plugin Repository - -Let's say for example that we want to install the [html5_notifier](https://packagist.org/packages/kitist/html5_notifier) plugin. - -1. Connect to your server as root using SSH: - ``` - $ ssh admin@1.2.3.4 - $ sudo -i - ``` - -2. Log in as the `roundcube` user - which owns the roundcube directory - and navigate in it: - ``` - # su -s /bin/bash - roundcube - $ cd /var/www/roundcube - ``` - -3. Install the plugin you want using composer - note that you have to specify *kitist/html5_notifier* and not only *html5_notifier*: - ``` - $ COMPOSER_HOME=./.composer php composer.phar require "kitist/html5_notifier" - ``` - -4. Enable it in the local configuration file `conf/local.inc.php` using your favorite text editor by adding: - ``` - diff --git a/README_fr.md b/README_fr.md index 3812309..8bbd818 100644 --- a/README_fr.md +++ b/README_fr.md @@ -37,53 +37,6 @@ En plus des fonctionnalités principales de Roundcube, les éléments suivants s ![Capture d’écran de Roundcube](./doc/screenshots/screenshot.png) -## Avertissements / informations importantes - -## Configuration - -Vous pouvez étendre (ou même remplacer) la configuration de Roundcube fournie avec ce paquet dans le fichier `conf/local.inc.php`. Ne modifiez pas le fichier `conf/config.inc.php` car les futures mises à jour le remplaceront. - -#### Support multi-utilisateur - -* Intégration avec les utilisateurs YunoHost et SSO - c'est-à-dire le bouton de déconnexion, reconnaissance des autres utilisateurs de l'instance YunoHost. - -#### Plugins - -Vous pouvez également installer d'autres plugins (qui ne seront pas supprimés avec les mises à niveau). Pour cela, vous pouvez utiliser le [Plugin Repository](https://plugins.roundcube.net/) officiel. - -##### Depuis le dépôt de plugins - -Si, par exemple, vous voulez installer le plugin [html5_notifier](https://packagist.org/packages/kitist/html5_notifier). - -1. Connectez-vous en SSH à votre serveur en tant que root : - ``` - $ ssh admin@1.2.3.4 - $ sudo -i - ``` - -2. Connectez-vous en tant qu'utilisateur `roundcube` (qui possède le répertoire roundcube) et naviguez dedans : - ``` - # su -s /bin/bash - roundcube - $ cd /var/www/roundcube - ``` - -3. Installez le plugin que vous voulez en utilisant Composer - notez que vous devez spécifier *kitist/html5_notifier* et pas seulement *html5_notifier* : - ``` - $ COMPOSER_HOME=./.composer php composer.phar require "kitist/html5_notifier" - ``` - -4. Activez-le dans le fichier de configuration local `conf/local.inc.php` en ajoutant : - ``` -