Ginkgo theming problem

111 views
Skip to first unread message

Екатерина Заика

unread,
Nov 13, 2017, 7:55:07 AM11/13/17
to General Open edX discussion
Hi,
i have the native open edx on ubuntu 16.04 (don't ask me how many problems it was be). i'd try to change theme (like http://edx.readthedocs.io/projects/edx-installing-configuring-and-running/en/latest/configuration/changing_appearance/theming/) and design will crashing (sorry my awful english).

for example, clone by git this theme https://github.com/openeduITMO/edx-ifmo-theme into /edx/app/edxapp/themes
drwxr-xr-x   6 edxapp edxapp    4096 ноя 13 11:49 themes

then change all paths in static and templates folder's files on my path's (but anywere it cant work)
ok lets change /edx/app/edxapp/lms.env.json

"COMPREHENSIVE_THEME_DIRS": [
        "/edx/app/edxapp/themes"
    ],
 "THEME_NAME": "edx-ifmo-theme",

sudo /edx/bin/supervisorctl restart edxapp:

then compile it

sudo -H -u edxapp bash
source /edx/app/edxapp/edxapp_env
cd /edx/app/edxapp/edx-platform
paver update_assets lms

if you are not lucky, treminal told you:
Successful compilations:
--- "common" sass files.
--- lms sass for system.

and i'm not lucky. paver not compile sass files to css. why? 

Mariana

unread,
Dec 22, 2017, 8:33:43 AM12/22/17
to General Open edX discussion
Hi

I am having an error at the time of executing the command: paver update_assets lms

 File "pavelib / utils / envs.py", line 9, in <module>     from path import path ImportError: can not import name path below is below error: Can you help me please?

José Miguel Henao Cardona

unread,
Jan 29, 2018, 7:51:15 AM1/29/18
to General Open edX discussion
Hi, have you solved the problem? I'm in the same situation than you

Bhagvan Kommadi

unread,
Apr 30, 2018, 7:16:47 AM4/30/18
to General Open edX discussion
hi,

you need to run the commands below:

sudo chown -R edxapp:edxapp /my-open-edx-themes
sudo chmod -R u+rw /my-open-edx-themes
Apply a Theme to a Site. click on the link to check how to apply theme to the site.
Reply all
Reply to author
Forward
0 new messages