Hi,
1. Create a directory under /edx/app/edxapp/themes
2. Create a directory with your theme
3. Change the permission
chown -R edxapp:edxapp /edx/app/edxapp/theme/yourtheme
4. edit lsm.env.json and change this lines
"COMPREHENSIVE_THEME_DIRS": [
"/edx/app/edxapp/themes"
],
"DEFAULT_SITE_THEME": "yourtheme",
"ENABLE_COMPREHENSIVE_THEMING": true,
5. save and recompile the theme
/edx/bin/edxapp-update-assets-{lms/cms}
6. Restart the service
/edx/bin/supervisorctl restart edxapp:
El jueves, 3 de mayo de 2018, 8:50:39 (UTC-5), Chandrashekhar Patil
escribió:
>
> Hi,
>
> I have installed open edx on AWS instance. I want to use themes for the
> this installation. I have created a theme folder inside edx-platform folder.
> So now i want to set up permission for theme directory. So, where shall i
> execute below cmd, in which window (directory).
>
> sudo chown -R edxapp:edxapp /prudTheme
> sudo chmod -R u+rw /prudTheme
>
> Where,
>
> prudTheme is my theme directory.
>
> Please guide.
>
>
--
You received this message because you are subscribed to the Google Groups
"General Open edX discussion" group.
To view this discussion on the web visit
https://groups.google.com/d/msgid/edx-code/912870aa-598b-4318-8c07-0c73b956956d%40googlegroups.com.