Skip to content

Commit

Permalink
feat: upgrade to redwood tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
regisb committed Sep 19, 2024
1 parent 2d1ac5e commit f7739c9
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 2 deletions.
7 changes: 7 additions & 0 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@
# "target_audience": [],
# "learning_outcomes": [],
# },
{
"title": "Upgrading Open edX from Quince To Redwood ",
"src": "redwood-upgrade",
"description": "Step-by-step instructions on upgrading an existing Open edX platform from Quince to Redwood",
"type": "Tutorial",
"category": "Devops",
},
{
"title": "Docker 101",
"src": "docker101",
Expand Down
2 changes: 1 addition & 1 deletion contents/openedx-install.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. raw:: html

<div class="video"><iframe src="https://www.youtube.com/embed/dTHHeEXu2c8?si=bAJY0YudA5nAWAld" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div>
<div class="video"><iframe src="https://www.youtube-nocookie.com/embed/dTHHeEXu2c8?si=bAJY0YudA5nAWAld" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div>

Hi! If you are watching this video, then you probably want to install Open edX on your server. That's exactly what we are going to do here. If you are not quite ready yet and you want to learn more about Open edX and Tutor first, that will be the topic of another video.

Expand Down
28 changes: 28 additions & 0 deletions contents/redwood-upgrade.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
.. raw:: html

<div class="video"><iframe src="https://www.youtube-nocookie.com/embed/z1J5qgLuCF0?si=765FJPdIS5h8ycSZ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div>

Release notes:

* https://docs.openedx.org/en/latest/community/release_notes/redwood/feature_release_notes.html
* https://docs.openedx.org/en/latest/community/release_notes/redwood/dev_op_release_notes.html
* https://github.com/overhangio/tutor/blob/master/CHANGELOG.md

Backup::

tutor local stop
sudo rsync -avr ~/.local/share/tutor/ ~/.local/share/tutor.quince

Upgrade Tutor::

pip install --upgrade 'tutor[full]'
tutor --version
tutor plugins list

Launch upgraded Open edX platform::

tutor local launch.

If for some reasons the upgrade steps were skipped, run::

tutor local upgrade --from=quince
2 changes: 1 addition & 1 deletion contents/what-is-tutor.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. raw:: html

<div class="video"><iframe src="https://www.youtube.com/embed/BzNcrmyFpw4?si=YCOJpqWOc8dFOC4-" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div>
<div class="video"><iframe src="https://www.youtube-nocookie.com/embed/BzNcrmyFpw4?si=YCOJpqWOc8dFOC4-" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div>

You might already know about `Open edX <https://openedx.org/>`__, but you might be wondering what Tutor is. If that is the case, then this video is for you. I'll explain what Tutor is, why we created it and how it works. If you need detailed instructions on how to install Open edX with Tutor, `we have a separate tutorial for that </academy/openedx-install>`__.

Expand Down

0 comments on commit f7739c9

Please sign in to comment.