Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Improve and fix Moodle update knowledgebase entry #26

Merged
merged 1 commit into from
Mar 5, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/de/help/moodle-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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]).
Expand Down
4 changes: 2 additions & 2 deletions content/en/help/moodle-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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]).
Expand Down
2 changes: 1 addition & 1 deletion content/fr/help/moodle-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
```

Expand Down