Open Edx update logo

烈酒焚心 提交于 2019-12-06 02:42:31
Rizky Ariestiyansyah

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.

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

Please don't hard code logo.

I would recommend using the theme for a logo change.

We can compile the code.

sudo -H -u edxapp bash

source /edx/app/edxapp/edxapp_env

cd /edx/app/edxapp/edx-platform

paver update_assets cms --settings=production

paver update_assets lms --settings=production

sudo /edx/bin/supervisorctl status all

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!