openedx-docker icon indicating copy to clipboard operation
openedx-docker copied to clipboard

docker-compose isn't setting up right

Open jondkelley opened this issue 2 years ago • 2 comments

Expected Behavior

Description...

Can't docker-compose up

make info

.:: OPENEDX-DOCKER ::.

== Active configuration ==

* EDX_RELEASE                : hawthorn.1
* FLAVOR                     : oee
* FLAVORED_EDX_RELEASE_PATH  : releases/hawthorn/1/oee
* EDX_RELEASE_REF            : hawthorn.1
* EDX_ARCHIVE_URL            : https://github.com/edx/edx-platform/archive/open-release/hawthorn.1.tar.gz
* EDX_DEMO_RELEASE_REF       : open-release/hawthorn.1
* EDX_DEMO_ARCHIVE_URL       : https://github.com/edx/edx-demo-course/archive/open-release/hawthorn.1.tar.gz
* REDIS_SERVICE              : redis
* EDXAPP_IMAGE_NAME          : edxapp
* EDXAPP_IMAGE_TAG           : hawthorn.1-oee
* EDXAPP_NGINX_IMAGE_NAME    : edxapp-nginx

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...

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

jondkelley avatar Dec 22 '23 01:12 jondkelley

$ 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.

jondkelley avatar Dec 22 '23 01:12 jondkelley