openedx-vlead / port-labs-to-openedx

3 stars 8 forks source link

Unable to update logo on Open EDX LMS and CMS #14

Closed dammmyt closed 8 years ago

dammmyt commented 8 years ago

Hi, I was trying to customize the open edx installation but the header logo and the organization logo in the footer is not updating on the lms and studio pages.

I updated logo.png in the /edx/var/edxapp/staticfiles/images/ folder. and run the following commands to compile assets manually
sudo -H -u edxapp bash source /edx/app/edxapp/edxapp_env cd /edx/app/edxapp/edx-platform paver update_assets cms --settings=aws paver update_assets lms --settings=aws

then i restarted the lms/cms services sudo /edx/bin/supervisorctl restart all

Kindly find attached the screen shots

studio lms page

ashay-maheshwari commented 8 years ago

@dammmyt , our document is working fine with dogwood-0 version. We were unable to apply theming in dogwood-1. Still you can check the name of image which should be logo.png

dammmyt commented 8 years ago

We finally fixed the issue by changing the file permissions of the logo to allow the file read, write, and executable