You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: build path /Users/toor/workspace/openedx-docker/releases/master/0/bare either does not exist, is not accessible, or is not a valid URL.
Steps to Reproduce
Description...
toor@galileo:~/workspace/openedx-docker$ bin/activate
Select an available flavored release to activate:
[1] /ironwood/2/oee (default)
[2] /hawthorn/1/oee
[3] /eucalyptus/3/wb
[4] /dogwood/3/fun
Your choice: 1
# Copy/paste /ironwood/2/oee environment:
export EDX_RELEASE="ironwood.2"
export FLAVOR="oee"
export EDX_RELEASE_REF="ironwood.2"
export EDX_DEMO_RELEASE_REF="open-release/ironwood.2"
# Or run the following command:
. bin/../releases//ironwood/2/oee/activate
# You can check your environment with:
make info
toor@galileo:~/workspace/openedx-docker$ export EDX_RELEASE="ironwood.2"
toor@galileo:~/workspace/openedx-docker$ export FLAVOR="oee"
toor@galileo:~/workspace/openedx-docker$ export EDX_RELEASE_REF="ironwood.2"
toor@galileo:~/workspace/openedx-docker$ export EDX_DEMO_RELEASE_REF="open-release/ironwood.2"
toor@galileo:~/workspace/openedx-docker$ docker-compose up
WARNING: The DOCKER_UID variable is not set. Defaulting to a blank string.
WARNING: The DOCKER_GID variable is not set. Defaulting to a blank string.
ERROR: build path /Users/toor/workspace/openedx-docker/releases/master/0/bare either does not exist, is not accessible, or is not a valid URL.
Specifications
Version: master
Platform: Mac OS Docker version 20.10.13, build a224086
The text was updated successfully, but these errors were encountered:
$ ls releases/
dogwood eucalyptus hawthorn ironwood
Is there a project I need to get clone into open-release folder or something? The setup scripts aren't setting the proper environment paths for the docker-compose file to work.
$ ls releases/
dogwood eucalyptus hawthorn ironwood
Is there a project I need to get clone into open-release folder or something? The setup scripts aren't setting the proper environment paths for the docker-compose file to work.
Works in Linux ==>e.g. Ubuntu 22.04 or higher.
Looks like you are on WSL
Expected Behavior
Description...
Can't docker-compose up
Actual Behavior
ERROR: build path /Users/toor/workspace/openedx-docker/releases/master/0/bare either does not exist, is not accessible, or is not a valid URL.
Steps to Reproduce
Description...
Specifications
The text was updated successfully, but these errors were encountered: