From 61b245f8302bb3c06f7ca49cd89601fce23478f0 Mon Sep 17 00:00:00 2001 From: Adrian Perez Date: Mon, 4 Mar 2019 22:48:41 +0100 Subject: [PATCH] Improve and fix Moodle update knowledgebase entry --- content/de/help/moodle-update.md | 4 ++-- content/en/help/moodle-update.md | 4 ++-- content/fr/help/moodle-update.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/de/help/moodle-update.md b/content/de/help/moodle-update.md index fdce2bbb..a47352a1 100644 --- a/content/de/help/moodle-update.md +++ b/content/de/help/moodle-update.md @@ -3,6 +3,7 @@ title: Moodle aktualisieren authors: - Nicolas Martignoni - Ralf Krause + - Adrian Perez Rodriguez type: kb date: 2018-02-13 lastmod: 2018-12-05 @@ -38,8 +39,7 @@ Um mit Ihrem Moodle auf die nächste __Major Version__ (3.7, 3.8, usw.) zu gelan ```bash sudo -u moodlebox -g www-data git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*" sudo -u moodlebox -g www-data git fetch origin -sudo -u moodlebox -g www-data git pull -sudo -u moodlebox -g www-data checkout MOODLE_36_STABLE +sudo -u moodlebox -g www-data git checkout MOODLE_36_STABLE ``` Öffnen Sie auch hier die URL http://moodlebox.home/admin und folgen Sie der Anleitung wie für jede beliebige Moodle-Installation. ([Weitere Infos in der Dokumentation][1]). diff --git a/content/en/help/moodle-update.md b/content/en/help/moodle-update.md index 24002d19..286b7226 100644 --- a/content/en/help/moodle-update.md +++ b/content/en/help/moodle-update.md @@ -2,6 +2,7 @@ title: How to update Moodle authors: - Nicolas Martignoni + - Adrian Perez Rodriguez type: kb date: 2017-04-20 lastmod: 2018-12-05 @@ -37,8 +38,7 @@ To update to the next __major version__ of Moodle (3.7, 3.8, etc.), type the com ```bash sudo -u moodlebox -g www-data git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*" sudo -u moodlebox -g www-data git fetch origin -sudo -u moodlebox -g www-data git pull -sudo -u moodlebox -g www-data checkout MOODLE_36_STABLE +sudo -u moodlebox -g www-data git checkout MOODLE_36_STABLE ``` Then visit the URL http://moodlebox.home/admin and follow the update instructions, like any Moodle installation ([read the documentation][1]). diff --git a/content/fr/help/moodle-update.md b/content/fr/help/moodle-update.md index acec6da4..e6ed9815 100644 --- a/content/fr/help/moodle-update.md +++ b/content/fr/help/moodle-update.md @@ -2,6 +2,7 @@ title: Comment mettre à jour Moodle authors: - Nicolas Martignoni + - Adrian Perez Rodriguez type: kb date: 2017-04-17 lastmod: 2018-12-05 @@ -37,7 +38,6 @@ Pour une mise à jour à une __version majeure__ de Moodle (3.7, 3.8, etc.), tap ```bash sudo -u moodlebox -g www-data git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*" sudo -u moodlebox -g www-data git fetch origin -sudo -u moodlebox -g www-data git pull sudo -u moodlebox -g www-data git checkout MOODLE_36_STABLE ```