Skip to content

Get up and running quickly with edX services

License

Notifications You must be signed in to change notification settings

teeboz/devstack

Repository files navigation

devstack

Get up and running quickly with edX services.

Getting Started

All of the services can be run by following the steps below.

  1. Run the provision command, if you haven't already, to configure the various services with super-users (for development without the auth service) and tenants (for multi-tenancy).

    The username and password for the superusers are both "edx". You can access the services directly via Django admin at the /admin path.

    $ make devstack.provision
    
  2. Start the services.

    $ make devstack.start
    

After the services have started, if you need shell access to one of the services, run make devstack.open.<service>.

$ make devstack.open.discovery

About

Get up and running quickly with edX services

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TSQL 91.2%
  • Shell 5.1%
  • Makefile 2.3%
  • Python 1.3%
  • JavaScript 0.1%