vagrant up fix - only automatically creates dev env first time run on a workspace. - #398
Closed
yarko wants to merge 2 commits into
Closed
vagrant up fix - only automatically creates dev env first time run on a workspace.#398yarko wants to merge 2 commits into
vagrant up fix - only automatically creates dev env first time run on a workspace.#398yarko wants to merge 2 commits into
Conversation
- check actual IP; - only init machine first time, just as native installations; - add .bash_profile to permissions fixup; - cleanup excessive newlines in making .bash_profile; README: - include admin & debugging use; - info about re-initializing VM & manually running create-dev-env.sh; - add django admin & debug_toolbar setting info
Contributor
Author
|
Per @singingwolfboy, this is a squash/rebase of #378. |
Closed
Contributor
Author
|
@singingwolfboy - tested w/ the merge from current master; I think this is ready to merge. |
Merged
Contributor
|
Hey @yarko, sorry I didn't get to this last week -- I was out on vacation. I asked @jtauber to look into this while I was gone, but apparently he didn't. :( Since the PR now has conflicts compared to master, I've rebased again and created #453 -- can you take a look and make sure that it looks good? If so, I'll take another look tomorrow at work, and I'll probably be able to merge it then. |
Contributor
Author
|
closing; moved to #453 |
chrisrossi
pushed a commit
to jazkarta/edx-platform
that referenced
this pull request
Mar 31, 2014
Partial scoring
e-kolpakov
referenced
this pull request
in open-craft/openedx-platform
Mar 31, 2015
…icipation-tests Tests for export discussion participation command
hachiyanagi-ks
added a commit
to nttks/edx-platform
that referenced
this pull request
Oct 6, 2015
cherry-pick a85b6f9 to master
diegomillan
pushed a commit
to eduNEXT/edx-platform
that referenced
this pull request
Sep 14, 2016
…bility-fix Cohorts visibility fix from upstream
xavierchan
added a commit
to xavierchan/edx-platform-1
that referenced
this pull request
May 20, 2019
MoisesGSalas
pushed a commit
to eduNEXT/edx-platform
that referenced
this pull request
Jan 12, 2022
…s authentication (openedx#397)" (openedx#398) This reverts commit 04dbfa3.
Sujeet1379
pushed a commit
to chandrudev/edx-platform
that referenced
this pull request
Nov 17, 2022
Danyal-Faheem
pushed a commit
to Danyal-Faheem/edx-platform
that referenced
this pull request
Jul 15, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
vagrant:
README: