Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open Edx update logo

Tags:

openedx

I am trying to change logo image on my Edx site. I go to folder /edx/app/edxapp/edx-platform/lms/static/images/default-theme and upload new logo image, but when I update website, my logo is not updated

also I restarted lms and cms, but it doesnt help to solve a problem

like image 370
Dmitry Utrobin Avatar asked Nov 02 '25 12:11

Dmitry Utrobin


2 Answers

Dmitri you are using the wrong path, to change logo :

  1. Go to the /edx/var/edxapp/staticfiles/images/
  2. Replace the image header-logo.png with new logo image. Note : filename and file extension should stay header-logo and png, respectively?
  3. Restart the LMS.

Thanks.

like image 157
Rizky Ariestiyansyah Avatar answered Nov 04 '25 19:11

Rizky Ariestiyansyah


It looks like you should run collectstatic

sudo -H -u edxapp bash

source /edx/app/edxapp/edxapp_env

cd /edx/app/edxapp/edx-platform

python manage.py cms --settings=aws collectstatic --noinput

python manage.py lms --settings=aws collectstatic --noinput
like image 40
frank Avatar answered Nov 04 '25 20:11

frank



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!