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

docker-compose isn't setting up right #337

Open
jondkelley opened this issue Dec 22, 2023 · 1 comment
Open

docker-compose isn't setting up right #337

jondkelley opened this issue Dec 22, 2023 · 1 comment

Comments

@jondkelley
Copy link

jondkelley commented Dec 22, 2023

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
Copy link
Author

jondkelley commented Dec 22, 2023

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

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

No branches or pull requests

1 participant