eduNEXT / tutor-contrib-edunext-distro

A tool to facilitate the customization of an Openedx instance, adding commands and settings to have an easy-to-use and a ready-to-deploy in local or in development openedx distribution.
2 stars 1 forks source link

perf: update to plugin v1 and update settings for mango #16

Closed Alec4r closed 2 years ago

Alec4r commented 2 years ago

How to test it

tvm install v13.3.1
mkdir mango && cd mango
tvm project init mango v13.3.1
source .tvm/bin/activate

tvm plugins install tutor-mfe==13.0.5
tutor plugins enable mfe

tvm plugins install git+https://github.com/eduNEXT/tutor-contrib-edunext-distro@mango
tutor plugins enable distro

tutor config save

tutor distro enable-themes
tutor distro enable-private-packages

tutor local quickstart
tutor local stop

tutor dev init
tutor dev start
tutor dev stop
Alec4r commented 2 years ago

There is a problem in Studio, when I test with tutor local start show:

Screenshot from 2022-06-14 08-23-35

This has fixed, please can you try again?

tvm plugins install git+https://github.com/eduNEXT/tutor-contrib-edunext-distro@mango
tutor plugins enable distro

tutor config save

tutor local start