Thanks a lot!
And how about managing outbound email settings (my outgoing server is smtp with authentication)
I have not yet tried this, which is for another version of openedx
Will that work, or is there another process?
Also I see a forum service running with sudo /edx/bin/supervisorctl status
But what is the forum's url, how can I access it?
And finally how can I create "teachers" that can create new courses, is the "staff" the correct user role? (are there default roles?)
sudo -u edxapp /edx/bin/python.edxapp /edx/app/edxapp/edx-platform/manage.py lms manage_user <user> <user>@
example.com --staff --settings=aws
Thanks!