Access different services in edX
Before running the commands shown on this page, you should load the Bitnami stack environment by executing the installdir/use_APPNAME script (Linux and MacOS) or by clicking the shortcut in the Start Menu under “Start -> Bitnami APPNAME Stack -> Application console” (Windows). On OS X VMs, the installation directory is /opt/bitnami and OS X VM users can click the “Open Terminal” button to run commands. Learn more about the Bitnami stack environment and about OS X VMs.
NOTE: Remember to replace the localhost placeholder in the examples below with the actual IP address of your (edX) server.
LMS
Access the edX LMS at http://localhost.
NOTE: Use HTTPS for secure connections: https://localhost.
Studio (CMS)
To access the edX Studio, browse to http://localhost/edx-studio which redirects you to the proper port where Studio is listening (by default, 18010).
Django Admin console
Access the Django Admin Console at http://127.0.0.1/admin.