Merge pull request #436 from Jerome2103:master
update Versions of Roundcube
Dieser Commit ist enthalten in:
Commit
c0d374d7e4
2 geänderte Dateien mit 12 neuen und 12 gelöschten Zeilen
12
docs/third_party/third_party-roundcube.de.md
gevendort
12
docs/third_party/third_party-roundcube.de.md
gevendort
|
@ -4,10 +4,10 @@ Laden Sie Roundcube 1.5.x in das Web htdocs Verzeichnis herunter und entpacken S
|
||||||
```
|
```
|
||||||
# PrĂĽfen Sie, ob eine neuere Version vorliegt!
|
# PrĂĽfen Sie, ob eine neuere Version vorliegt!
|
||||||
cd daten/web
|
cd daten/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 -
|
||||||
|
|
||||||
# Ă„ndern Sie den Ordnernamen
|
# Ă„ndern Sie den Ordnernamen
|
||||||
mv roundcubemail-1.5.2 rc
|
mv roundcubemail-1.5.3 rc
|
||||||
|
|
||||||
# Berechtigungen ändern
|
# Berechtigungen ändern
|
||||||
chown -R root: rc/
|
chown -R root: rc/
|
||||||
|
@ -120,7 +120,7 @@ $config['password_query'] = "UPDATE mailbox SET password = %P WHERE username = %
|
||||||
Laden Sie die neueste Version von [RCMCardDAV](https://github.com/mstilkerich/rcmcarddav) in das Roundcube Plugin Verzeichnis und entpacken Sie es (hier `rc/plugins`):
|
Laden Sie die neueste Version von [RCMCardDAV](https://github.com/mstilkerich/rcmcarddav) in das Roundcube Plugin Verzeichnis und entpacken Sie es (hier `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-roundcube16.tar.gz | tar xfvz -
|
||||||
chown -R root: carddav/
|
chown -R root: carddav/
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -175,13 +175,13 @@ Ein Upgrade von Roundcube ist recht einfach: Gehen Sie auf die [Github releases]
|
||||||
|
|
||||||
```
|
```
|
||||||
# Starten Sie eine Bash-Sitzung des mailcow PHP-Containers
|
# Starten Sie eine Bash-Sitzung des mailcow PHP-Containers
|
||||||
docker exec -it mailcowdockerized_php-fpm-mailcow_1 bash
|
docker exec -it mailcowdockerized-php-fpm-mailcow-1 bash
|
||||||
|
|
||||||
# Installieren Sie die erforderliche Upgrade-Abhängigkeit, dann aktualisieren Sie Roundcube auf die gewünschte Version
|
# Installieren Sie die erforderliche Upgrade-Abhängigkeit, dann aktualisieren Sie Roundcube auf die gewünschte Version
|
||||||
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
|
||||||
|
|
||||||
# Geben Sie 'Y' ein und drĂĽcken Sie die Eingabetaste, um Ihre Installation von Roundcube zu aktualisieren.
|
# Geben Sie 'Y' ein und drĂĽcken Sie die Eingabetaste, um Ihre Installation von Roundcube zu aktualisieren.
|
||||||
|
|
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-roundcube16.tar.gz | tar xfvz -
|
||||||
chown -R root: carddav/
|
chown -R root: carddav/
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -175,13 +175,13 @@ Upgrading Roundcube is rather simple, go to the [Github releases](https://github
|
||||||
|
|
||||||
```
|
```
|
||||||
# Enter a bash session of the mailcow PHP container
|
# Enter a bash session of the mailcow PHP container
|
||||||
docker exec -it mailcowdockerized_php-fpm-mailcow_1 bash
|
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
|
||||||
|
|
Laden …
In neuem Issue referenzieren