Merge pull request #1 from Jerome2103/patch-1
Update third_party-roundcube.en.md
Dieser Commit ist enthalten in:
Commit
dce5238cf8
1 geänderte Dateien mit 6 neuen und 6 gelöschten Zeilen
12
docs/third_party/third_party-roundcube.en.md
gevendort
12
docs/third_party/third_party-roundcube.en.md
gevendort
|
@ -4,10 +4,10 @@ Download Roundcube 1.5.x to the web htdocs directory and extract it (here `rc/`)
|
||||||
```
|
```
|
||||||
# Check for a newer release!
|
# Check for a newer release!
|
||||||
cd data/web
|
cd data/web
|
||||||
wget -O - https://github.com/roundcube/roundcubemail/releases/download/1.5.2/roundcubemail-1.5.2-complete.tar.gz | tar xfvz -
|
wget -O - https://github.com/roundcube/roundcubemail/releases/download/1.5.3/roundcubemail-1.5.3-complete.tar.gz | tar xfvz -
|
||||||
|
|
||||||
# Change folder name
|
# Change folder name
|
||||||
mv roundcubemail-1.5.2 rc
|
mv roundcubemail-1.5.3 rc
|
||||||
|
|
||||||
# Change permissions
|
# Change permissions
|
||||||
chown -R root: rc/
|
chown -R root: rc/
|
||||||
|
@ -120,7 +120,7 @@ $config['password_query'] = "UPDATE mailbox SET password = %P WHERE username = %
|
||||||
Download the latest release of [RCMCardDAV](https://github.com/mstilkerich/rcmcarddav) to the Roundcube plugin directory and extract it (here `rc/plugins`):
|
Download the latest release of [RCMCardDAV](https://github.com/mstilkerich/rcmcarddav) to the Roundcube plugin directory and extract it (here `rc/plugins`):
|
||||||
```
|
```
|
||||||
cd data/web/rc/plugins
|
cd data/web/rc/plugins
|
||||||
wget -O - https://github.com/mstilkerich/rcmcarddav/releases/download/v4.3.0/carddav-v4.3.0.tar.gz | tar xfvz -
|
wget -O - https://github.com/mstilkerich/rcmcarddav/releases/download/v4.4.1/carddav-v4.4.1.tar.gz | tar xfvz -
|
||||||
chown -R root: carddav/
|
chown -R root: carddav/
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -180,8 +180,8 @@ docker exec -it mailcowdockerized_php-fpm-mailcow_1 bash
|
||||||
# Install required upgrade dependency, then upgrade Roundcube to wanted release
|
# Install required upgrade dependency, then upgrade Roundcube to wanted release
|
||||||
apk add rsync
|
apk add rsync
|
||||||
cd /tmp
|
cd /tmp
|
||||||
wget -O - https://github.com/roundcube/roundcubemail/releases/download/1.5.2/roundcubemail-1.5.2-complete.tar.gz | tar xfvz -
|
wget -O - https://github.com/roundcube/roundcubemail/releases/download/1.5.3/roundcubemail-1.5.3-complete.tar.gz | tar xfvz -
|
||||||
cd roundcubemail-1.5.2
|
cd roundcubemail-1.5.3
|
||||||
bin/installto.sh /web/rc
|
bin/installto.sh /web/rc
|
||||||
|
|
||||||
# Type 'Y' and press enter to upgrade your install of Roundcube
|
# Type 'Y' and press enter to upgrade your install of Roundcube
|
||||||
|
@ -248,4 +248,4 @@ Finally, restart mailcow
|
||||||
```
|
```
|
||||||
docker-compose down
|
docker-compose down
|
||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
```
|
```
|
||||||
|
|
Laden …
In neuem Issue referenzieren