Hi @sravan123
Are these ChatGPT instructions or were you following an already established guide? I’d recommend looking at the customisation instructions for Indigo as it seems that’s the base you’re starting from.
Steps:
- login to your server via SSH
- change directory to your plugins folder:
cd $(tutor plugins printroot)
- download a fork of indigo:
git clone https://github.com/overhangio/tutor-indigo.git
- make your modifications to the image files in the fork:
a)$(tutor plugins printroot)/tutor-indigo/tutorindigo/templates/indigo/lms/static/images/{logo.png,favicon.ico}
b)$(tutor plugins printroot)/tutor-indigo/tutorindigo/templates/indigo/cms/static/images/{studio-logo.png,favicon.ico}
- from your plugins root directory, run
pip install -e ./tutor-indigo
to install your modified clone into your Python - enable the plugin and rebuild:
a)tutor plugins enable indigo
b)tutor config save
c)tutor images build openedx --no-cache
(no-cache switch isn’t always needed but I tend to use it anyway)
d) restart your server instance:tutor local stop && tutor local start -d
- finally, enable your theme:
tutor local do settheme indigo