mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-09 23:00:59 +00:00
4331bc5712
Replace all make commands by a single "tutor" binary. Environment and data are all moved to ~/.tutor/local/share/tutor. We take the opportunity to add a web UI and revamp the documentation. This is a complete rewrite. Close #121. Close #147.
25 lines
689 B
ReStructuredText
25 lines
689 B
ReStructuredText
.. _webui:
|
|
|
|
Web UI
|
|
======
|
|
|
|
Tutor comes with a web user interface (UI) that allows you to administer your Open edX platform remotely. It's especially convenient for remote administration of the platform.
|
|
|
|
Launching the web UI
|
|
--------------------
|
|
|
|
::
|
|
|
|
tutor webui start
|
|
|
|
You can then access the interface at http://localhost:3737, or http://youserverurl:3737.
|
|
|
|
.. image:: img/webui.png
|
|
|
|
Authentication
|
|
--------------
|
|
|
|
**WARNING** Once you launch the web UI, it is accessible by everyone, which means that your Open edX platform is at risk. If you are planning to leave the web UI up for a long time, you should setup a user and password for authentication::
|
|
|
|
tutor webui configure
|