mirror of
https://github.com/YunoHost-Apps/roundcube_ynh.git
synced 2024-09-03 20:16:28 +02:00
Update README.md
This commit is contained in:
parent
8e37fde60f
commit
f5eb4d27a1
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
@ -28,11 +28,11 @@ this package:
|
||||||
|
|
||||||
You can extend - or even override - the Roundcube configuration which is coming
|
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
|
with this package in the file `conf/local.inc.php`. Do not edit the file
|
||||||
`conf/config.inc.php` as it will be overriden with upgrades.
|
`conf/config.inc.php` as future upgrades will overwrite it.
|
||||||
|
|
||||||
### Plugins
|
### Plugins
|
||||||
|
|
||||||
You can also install other plugins - which will not removed with upgrades. To do so,
|
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/).
|
you can use the official [Plugin Repository](https://plugins.roundcube.net/).
|
||||||
|
|
||||||
#### From the Plugin Repository
|
#### From the Plugin Repository
|
||||||
|
@ -46,8 +46,8 @@ Let's say for example that we want to install the
|
||||||
$ sudo -i
|
$ sudo -i
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Log as the `www-data` user - which owns the roundcube directory - and navigate
|
2. Log in as the `www-data` user - which owns the roundcube directory - and navigate
|
||||||
under it:
|
in it:
|
||||||
```
|
```
|
||||||
# su -s /bin/bash - www-data
|
# su -s /bin/bash - www-data
|
||||||
$ cd /var/www/roundcube
|
$ cd /var/www/roundcube
|
||||||
|
@ -59,7 +59,7 @@ Let's say for example that we want to install the
|
||||||
$ COMPOSER_HOME=./.composer php composer.phar require "kitist/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 you're
|
4. Enable it in the local configuration file `conf/local.inc.php` using your
|
||||||
favorite text editor by adding:
|
favorite text editor by adding:
|
||||||
```
|
```
|
||||||
<?php
|
<?php
|
||||||
|
@ -71,8 +71,8 @@ steps as needed.
|
||||||
|
|
||||||
#### Manual installation
|
#### Manual installation
|
||||||
|
|
||||||
You can also download the plugin and put it under the `plugins/` directory. In that
|
You can also download the plugin and put it under the `plugins/` directory. In this
|
||||||
case, do not forget to change ownerships to this folder to `www-data`.
|
case, do not forget to change ownerships of this folder to `www-data`.
|
||||||
|
|
||||||
## Links
|
## Links
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue