7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-01 05:40:48 +00:00

Improve "what's next instructions"

This commit is contained in:
Régis Behmo 2020-04-06 09:56:04 +02:00
parent 411327662e
commit 1d8c8e9d53
2 changed files with 14 additions and 0 deletions

View File

@ -97,6 +97,8 @@ Finally, tracking logs that store `user events <https://edx.readthedocs.io/proje
Extra commands
--------------
.. _createuser:
Creating a new user with staff and admin rights
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@ -106,6 +108,8 @@ You will most certainly need to create a user to administer the platform. Just r
You will asked to set the user password interactively.
.. _democourse:
Importing the demo course
~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -5,6 +5,16 @@ What next?
You have gone through the :ref:`Quickstart installation <quickstart>`: at this point you should have a running Open edX platform. If you don't, please follow the instructions from the :ref:`Troubleshooting <troubleshooting>` section.
Logging-in as administrator
---------------------------
Out of the box, Tutor does not create any user for you. You will want to create a user yourself with staff and administrator privileges in order to access the studio. There is a :ref:`simple command for that <createuser>`.
Importing a demo course
-----------------------
To get a glimpse of the possibilities of Open edX, we recommend you import the `official demo test course <https://github.com/edx/demo-test-course>`__. Tutor provides a :ref:`simple command for that <democourse>`.
Making Open edX look better
---------------------------