AWS AMI Customization

Hello!

I just launched the tutor AMI in a new AWS instance and i would like to how to add custom themes for the platform. I might be missing something from the official docs, but it seems that the way described in the development section may no applied for a running cloud environment.

git clone https://github.com/me/myopenedxtheme.git $(tutor config
printroot)/env/build/openedx/themes/myopenedxtheme"

tutor local stop

tutor images build openedx

tutor local quickstart

go to django admin, on themes, set theme dir with name of your theme dir and save

1 Like

Thank you!

I was getting an error when i tried to run the build command, it seems to be that a t2.medium instance doesn’t have enough memory to do the build. I managed to made it work following these steps in a t2.large instance.

1 Like