6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-12-12 14:17:46 +00:00

docs: fix typo in uninstallation process

This commit is contained in:
iamcristye@outlook.com 2022-01-27 21:35:10 +08:00 committed by Régis Behmo
parent d4a47ded38
commit f0aee87ed5

View File

@ -149,15 +149,10 @@ Uninstallation
It is fairly easy to completely uninstall Tutor and to delete the Open edX platforms that is running locally.
First of all, stop any locally-running platform::
tutor local stop
tutor dev stop
Remove all containers::
First of all, stop any locally-running platform and remove all Tutor containers::
tutor local dc down --remove-orphans
tutor local dc down --remove-orphans
tutor dev dc down --remove-orphans
Then, delete all data associated to your Open edX platform::