Goal: Adding Custom Fields to the Registration Page
Problem: According to this doc it is referring to lms.yml and studios.yml which is not there in my project directory. I found sub-directories ./devstack-workspace/edx-platform/lms/devstack.yml and ./devstack-workspace/edx-platform/cms/devstack.yml to be quite similar but then variables like REGISTRATION_EXTENSION_FORM or ADDL_INSTALLED_APPS were nowhere to be seen.
I can see reload_cms_config.sh and reload_lms_config.sh. On executing them the output yeilds unix:///edx/var/supervisor/supervisor.sock no such file. I checked with sudo systemctl status supervisord and it says its active.
are you sure you’re on ironwood release? what I see in the picture is that your devstack has checked out from the master branch. am I wrong?
BTW from the shell, you have just opened, try to find /edx/etc/lms.yml. it should exist even if you’ve installed ironwood release. but in ironwood json files have more priority.