openedx-docker
openedx-docker copied to clipboard
:whale: A best practice Docker image of Open edX
When execute `docker-compose up` ERROR: `edx.devstack.studio | python: can't open file '/edx/app/edxapp/edx-platform/manage.py': [Errno 2] No such file or directory` `edx.devstack.lms | python: can't open file '/edx/app/edxapp/edx-platform/manage.py': [Errno 2] No such...
## Environment Dev doesn't work with ironwood.2 ``` .:: OPENEDX-DOCKER ::. == Active configuration == $ make info * EDX_RELEASE : ironwood.2 * FLAVOR : oee * FLAVORED_EDX_RELEASE_PATH : build...
## Expected Behavior Run docker success ## Actual Behavior Run fail ## Steps to Reproduce Hi there! The URL you are using to fetch this script has changed, and this...
After installing hawthorn bare, I am able to start the production version. However, both, the lms and the studio on the production side does not load the static files at...
## Expected Behavior Success ## Actual Behavior On 847f8fdf46aa04d3cf314fa3527d7b16e130349c, with an empty Docker cache and: ``` $ make info .:: OPENEDX-DOCKER ::. == Active configuration == * EDX_RELEASE : eucalyptus.3...
## Expected Behavior We should have fully functionnal version of `dogwood/3/bare` and `eucalyptus/3/bare` images. ## Actual Behavior Recent builds of `dogwood/3/bare` and `eucalyptus/3/bare` flavors are not working anymore. The installed...
Our Sentry is getting spammed by the same repeating error: > Stored anonymous user id for user None in course u'rrrssstttuuuvvvwwwxxxyyyzzz' doesn't match computed id u'aaabbbcccdddeeefffggghhhiii' We had to silence...
When developing in `openedx-docker` we use specifically built images. Typical process when working on `edx-platform`, `fun-apps` or external library is to clone repository one want to work on on host...
## Purpose Every `Dockerfile` define a default `EDX_RELEASE_REF` and `EDX_ARCHIVE_URL` argument. Every time we want to use a new release, we have to update the corresponding `Dockerfile`. ## Proposal We...
## Expected Behavior No JS error related to the `X-Frame-Options` header should occur. ## Actual Behavior The `X-Frame-Options` header value is set to `ALLOW`, which is not allowed (for reference,...