7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-05-28 11:50:49 +00:00

Document upgrade to tutor

Close #109
Close #118
This commit is contained in:
Régis Behmo 2019-01-07 08:22:29 +01:00
parent dcd868d30f
commit 422e6c100c

View File

@ -118,3 +118,13 @@ Additional commands
All available commands can be listed by running::
make help
How to upgrade from `openedx-docker`
------------------------------------
Before this project was renamed to Tutor, it was called "openedx-docker", and many additional changes were introduced at the same time. If you checked out openedx-docker before the rename, you can upgrade by running the following commands::
make stop # Stop all services
git pull # Upgrade to the latest version of Tutor
make upgrade-to-tutor # Move some configuration files
make local # Re-configure and restart the platform