Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: remove runserver in favor of start -d #633

Closed

Conversation

kdmccormick
Copy link
Collaborator

@kdmccormick kdmccormick commented Apr 9, 2022

See kdmccormick#7 instead

Previously, Open edX developers were recommend to use:

    tutor dev runserver [lms|cms]

to start the platform. This was because a typical use of
`start` did not allocate a TTY or open STDIN, making it
difficult/impossible for developers to interact with the
container process and make use of dev techniques like
breakpoints.

Now, `start` will allocate a TTY and open STDIN for
development containers, allowing users to run either:

    tutor dev start -d lms cms
    tutor dev start -d  # Starts all enabled services.

By making it so that there's only one obvious way
to start services, we hope that it is easier for
Tutor dev users to get oriented.
@kdmccormick
Copy link
Collaborator Author

Meant to open this in my personal fork, sorry.

@kdmccormick kdmccormick closed this Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant