Cubite theme with Tutor

Hi,

New to tutor here. I’m trying to deploy this theme with tutor.

I’ve followed the documentation on tutor and placed the files in the correct folder i.e $(tutor config printroot)/env/openedx/themes.

However, the theme requires to run the following commands:

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

Complete instructions here.

Any resources to workaround this problem?

Hello @4722794 and welcome to the community!

The instructions are given on the site is for Native installation but you have installed it using Tutor so it won’t be applicable in your case.

AFAIK, you have to place your theme here, $(tutor config printroot)/env/build/openedx/themes/

And then execute, tutor local settheme <your_theme_name>

1 Like