updated docs for install to 1.6.0 - added composer update stanza
Signed-off-by: Sebastian Schubert <basti@2-die-4.tk>
Dieser Commit ist enthalten in:
Ursprung
51ef007a0b
Commit
06732d0c66
2 geänderte Dateien mit 13 neuen und 0 gelöschten Zeilen
|
@ -181,6 +181,12 @@ bin/installto.sh /web/rc
|
|||
# Geben Sie 'Y' ein und drĂĽcken Sie die Eingabetaste, um Ihre Installation von Roundcube zu aktualisieren.
|
||||
# Geben Sie 'N' ein, wenn folgender Dialog erscheint: "Do you want me to fix your local configuration".
|
||||
|
||||
# Sollte im Output eine Notice kommen "NOTICE: Update dependencies by running php composer.phar update --no-dev" sollte an kurzerhand composer.phar downloaden und die updates durchfĂĽhren:
|
||||
cd /web/rc
|
||||
wget https://getcomposer.org/download/2.4.2/composer.phar
|
||||
php composer.phar update --no-dev
|
||||
# Auf die Frage "Do you trust "roundcube/plugin-installer" to execute code and wish to enable it now? (writes "allow-plugins" to composer.json) [y,n,d,?] " bitte mit y antworten.
|
||||
|
||||
# Entfernen Sie ĂĽbrig gebliebene Dateien
|
||||
cd /tmp
|
||||
rm -rf roundcube*
|
||||
|
|
|
@ -181,6 +181,13 @@ bin/installto.sh /web/rc
|
|||
# Type 'Y' and press enter to upgrade your install of Roundcube
|
||||
# Type 'N' to "Do you want me to fix your local configuration" if prompted
|
||||
|
||||
# If you see "NOTICE: Update dependencies by running php composer.phar update --no-dev" just download composer.phar and run it:
|
||||
cd /web/rc
|
||||
wget https://getcomposer.org/download/2.4.2/composer.phar
|
||||
php composer.phar update --no-dev
|
||||
# When asked "Do you trust "roundcube/plugin-installer" to execute code and wish to enable it now? (writes "allow-plugins" to composer.json) [y,n,d,?] " hit y and continue.
|
||||
|
||||
|
||||
# Remove leftover files
|
||||
cd /tmp
|
||||
rm -rf roundcube*
|
||||
|
|
Laden …
In neuem Issue referenzieren