Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. First, let's log in to your vagrant instance:

    Code Block
    $ vagrant ssh
  2. Switch to the edxapp user:

    Code Block
    $ sudo su edxapp
  3. Create your user

    Code Block
    $ ./manage.py lms manage_user --help
    $ ./manage.py lms manage_user username username@example.com --superuser --settings=devstack
  4. Confirm that you have access to the admin portal by logging in with your new account to LMS Admin

...