Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Add 'tutor dev quickstart' command #58

Closed
kdmccormick opened this issue Mar 31, 2022 · 2 comments · Fixed by overhangio/tutor#627
Closed

Add 'tutor dev quickstart' command #58

kdmccormick opened this issue Mar 31, 2022 · 2 comments · Fixed by overhangio/tutor#627
Assignees
Labels
enhancement Relates to new features or improvements to existing features

Comments

@kdmccormick
Copy link
Collaborator

Context

See #27

Acceptance

  • Introduce tutor dev quickstart, analogous to tutor local quickstart. Update the docs.
    • Open question: Other than using dev instead of local containers, are there other differences we want? For example, maybe we could:
      • skip the "is this production?" question
      • set the admin user's password to something short and static, like 'admin'
      • import the demo course automatically
@kdmccormick kdmccormick added the enhancement Relates to new features or improvements to existing features label Mar 31, 2022
@kdmccormick kdmccormick self-assigned this Mar 31, 2022
@kdmccormick kdmccormick moved this to In Progress in Axim Engineering Tasks Mar 31, 2022
kdmccormick added a commit to kdmccormick/tutor that referenced this issue Mar 31, 2022
Add `tutor dev quickstart` command, which is equivalent to
`tutor local quickstart`, but uses dev containers instead
of local production ones. This should remove some friction
from the Open edX development setup process, which previously
required that users provision using local producation
containers but then stop them and switch to dev containers:
 * tutor local quickstart
 * tutor local stop
 * tutor dev start -d

Fixes openedx-unsupported/wg-developer-experience#58
kdmccormick added a commit to kdmccormick/tutor that referenced this issue Apr 1, 2022
Add `tutor dev quickstart` command, which is equivalent to
`tutor local quickstart`, but uses dev containers instead
of local production ones. This should remove some friction
from the Open edX development setup process, which previously
required that users provision using local producation
containers but then stop them and switch to dev containers:
 * tutor local quickstart
 * tutor local stop
 * tutor dev start -d

Fixes openedx-unsupported/wg-developer-experience#58
@kdmccormick
Copy link
Collaborator Author

WIP: kdmccormick/tutor#6

kdmccormick added a commit to kdmccormick/tutor that referenced this issue Apr 5, 2022
Add `tutor dev quickstart` command, which is equivalent to
`tutor local quickstart`, but uses dev containers instead
of local production ones. This should remove some friction
from the Open edX development setup process, which previously
required that users provision using local producation
containers but then stop them and switch to dev containers:
 * tutor local quickstart
 * tutor local stop
 * tutor dev start -d

Fixes openedx-unsupported/wg-developer-experience#58
kdmccormick added a commit to kdmccormick/tutor that referenced this issue Apr 5, 2022
Add `tutor dev quickstart` command, which is equivalent to
`tutor local quickstart`, but uses dev containers instead
of local production ones. This should remove some friction
from the Open edX development setup process, which previously
required that users provision using local producation
containers but then stop them and switch to dev containers:
 * tutor local quickstart
 * tutor local stop
 * tutor dev start -d

Also:
* docs: in gettingstarted, explain command tree (k8s vs local vs dev)

Fixes openedx-unsupported/wg-developer-experience#58
kdmccormick added a commit to kdmccormick/tutor that referenced this issue Apr 6, 2022
Add `tutor dev quickstart` command, which is equivalent to
`tutor local quickstart`, but uses dev containers instead
of local production ones. This should remove some friction
from the Open edX development setup process, which previously
required that users provision using local producation
containers but then stop them and switch to dev containers:
 * tutor local quickstart
 * tutor local stop
 * tutor dev start -d

Also:
* docs: in gettingstarted, explain command tree (k8s vs local vs dev)

Fixes openedx-unsupported/wg-developer-experience#58
kdmccormick added a commit to kdmccormick/tutor that referenced this issue Apr 6, 2022
Add `tutor dev quickstart` command, which is equivalent to
`tutor local quickstart`, but uses dev containers instead
of local production ones. This should remove some friction
from the Open edX development setup process, which previously
required that users provision using local producation
containers but then stop them and switch to dev containers:
 * tutor local quickstart
 * tutor local stop
 * tutor dev start -d

Also:
* docs: in gettingstarted, explain command tree (k8s vs local vs dev)

Fixes openedx-unsupported/wg-developer-experience#58
kdmccormick added a commit to kdmccormick/tutor that referenced this issue Apr 6, 2022
Add `tutor dev quickstart` command, which is equivalent to
`tutor local quickstart`, but uses dev containers instead
of local production ones provides some setup steps that are
tailored to developers. This should remove some friction
from the Open edX development setup process, which previously
required that users provision using local producation
containers but then stop them and switch to dev containers:
 * tutor local quickstart
 * tutor local stop
 * tutor dev start -d

Document the command and its improved workflow in
./docs/tutorials/nightly.rst

Fixes openedx-unsupported/wg-developer-experience#58
kdmccormick added a commit to kdmccormick/tutor that referenced this issue Apr 6, 2022
Add `tutor dev quickstart` command, which is equivalent to
`tutor local quickstart`, but uses dev containers instead
of local production ones provides some setup steps that are
tailored to developers. This should remove some friction
from the Open edX development setup process, which previously
required that users provision using local producation
containers but then stop them and switch to dev containers:
 * tutor local quickstart
 * tutor local stop
 * tutor dev start -d

Document the command and its improved workflow in
./docs/tutorials/nightly.rst

Fixes openedx-unsupported/wg-developer-experience#58
kdmccormick added a commit to kdmccormick/tutor that referenced this issue Apr 6, 2022
Add `tutor dev quickstart` command, which is equivalent to
`tutor local quickstart`, but uses dev containers instead
of local production ones provides some setup steps that are
tailored to developers. This should remove some friction
from the Open edX development setup process, which previously
required that users provision using local producation
containers but then stop them and switch to dev containers:
 * tutor local quickstart
 * tutor local stop
 * tutor dev start -d

Document the command and its improved workflow in
./docs/tutorials/nightly.rst

Fixes openedx-unsupported/wg-developer-experience#58
@kdmccormick
Copy link
Collaborator Author

Will be fixed by overhangio/tutor#627

@kdmccormick kdmccormick moved this from In Progress to In Review in Tutor DevEnv Adoption (OLD BOARD) Apr 6, 2022
@kdmccormick kdmccormick moved this from In Progress to Blocked in Axim Engineering Tasks Apr 6, 2022
kdmccormick added a commit to kdmccormick/tutor that referenced this issue Apr 9, 2022
Add `tutor dev quickstart` command, which is equivalent to
`tutor local quickstart`, but uses dev containers instead
of local production ones provides some setup steps that are
tailored to developers. This should remove some friction
from the Open edX development setup process, which previously
required that users provision using local producation
containers but then stop them and switch to dev containers:
 * tutor local quickstart
 * tutor local stop
 * tutor dev start -d

Document the command and its improved workflow in
./docs/tutorials/nightly.rst

Fixes openedx-unsupported/wg-developer-experience#58
@kdmccormick kdmccormick moved this from In Review to In Progress in Tutor DevEnv Adoption (OLD BOARD) Apr 12, 2022
@kdmccormick kdmccormick moved this from In Progress to Blocked in Tutor DevEnv Adoption (OLD BOARD) Apr 14, 2022
@kdmccormick kdmccormick moved this from Blocked to In Review in Tutor DevEnv Adoption (OLD BOARD) Apr 14, 2022
@kdmccormick kdmccormick moved this from Blocked to In Progress in Axim Engineering Tasks Apr 18, 2022
kdmccormick added a commit to kdmccormick/tutor that referenced this issue Apr 18, 2022
Add `tutor dev quickstart` command, which is equivalent to
`tutor local quickstart`, but uses dev containers instead
of local production ones provides some setup steps that are
tailored to developers. This should remove some friction
from the Open edX development setup process, which previously
required that users provision using local producation
containers but then stop them and switch to dev containers:
 * tutor local quickstart
 * tutor local stop
 * tutor dev start -d

Document the command and its improved workflow in
./docs/tutorials/nightly.rst

Fixes openedx-unsupported/wg-developer-experience#58
kdmccormick added a commit to kdmccormick/tutor that referenced this issue Apr 19, 2022
Add `tutor dev quickstart` command, which is equivalent to
`tutor local quickstart`, but uses dev containers instead
of local production ones provides some setup steps that are
tailored to developers. This should remove some friction
from the Open edX development setup process, which previously
required that users provision using local producation
containers but then stop them and switch to dev containers:
 * tutor local quickstart
 * tutor local stop
 * tutor dev start -d

Document the command and its improved workflow in
./docs/tutorials/nightly.rst

Fixes openedx-unsupported/wg-developer-experience#58
kdmccormick added a commit to kdmccormick/tutor that referenced this issue Apr 19, 2022
Add `tutor dev quickstart` command, which is equivalent to
`tutor local quickstart`, but uses dev containers instead
of local production ones and includes some other small
differences for the convience of Open edX developers.
This should remove some friction
from the Open edX development setup process, which previously
required that users provision using local producation
containers but then stop them and switch to dev containers:
 * tutor local quickstart
 * tutor local stop
 * tutor dev start -d

Document the command and its improved workflow in
./docs/tutorials/nightly.rst

Fixes openedx-unsupported/wg-developer-experience#58
regisb pushed a commit to overhangio/tutor that referenced this issue Apr 19, 2022
Add `tutor dev quickstart` command, which is equivalent to
`tutor local quickstart`, but uses dev containers instead
of local production ones and includes some other small
differences for the convience of Open edX developers.
This should remove some friction
from the Open edX development setup process, which previously
required that users provision using local producation
containers but then stop them and switch to dev containers:
 * tutor local quickstart
 * tutor local stop
 * tutor dev start -d

Document the command and its improved workflow in
./docs/tutorials/nightly.rst

Fixes openedx-unsupported/wg-developer-experience#58
Repository owner moved this from In Review to Closed in Tutor DevEnv Adoption (OLD BOARD) Apr 19, 2022
Repository owner moved this from In Progress to Done in Axim Engineering Tasks Apr 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Relates to new features or improvements to existing features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant