Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
fixup! Update repo name and clone path (optional)
Browse files Browse the repository at this point in the history
  • Loading branch information
timmc-edx committed Feb 7, 2024
1 parent 10c4e93 commit aaad57f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions provision-lms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ if [[ ${DEVSTACK_SKIP_DEMO-false} == "true" ]]
then
echo "Skipping import of demo course. DEVSTACK_SKIP_DEMO is set to true"
else
docker compose exec -T lms bash -e -c 'git clone https://github.com/openedx/edx-demo-course.git /tmp/edx-demo-course'
docker compose exec -T lms bash -e -c 'source /edx/app/edxapp/edxapp_env && python /edx/app/edxapp/edx-platform/manage.py cms --settings=devstack_docker import /edx/var/edxapp/data /tmp/edx-demo-course/demo-course/course && rm -rf /tmp/edx-demo-course'
docker compose exec -T lms bash -e -c 'git clone https://github.com/openedx/openedx-demo-course.git /tmp/openedx-demo-course'
docker compose exec -T lms bash -e -c 'source /edx/app/edxapp/edxapp_env && python /edx/app/edxapp/edx-platform/manage.py cms --settings=devstack_docker import /edx/var/edxapp/data /tmp/openedx-demo-course/demo-course/course && rm -rf /tmp/openedx-demo-course'
fi

demo_hashed_password='pbkdf2_sha256$20000$TjE34FJjc3vv$0B7GUmH8RwrOc/BvMoxjb5j8EgnWTt3sxorDANeF7Qw='
Expand Down

0 comments on commit aaad57f

Please sign in to comment.