Skip to content

Commit c719e2d

Browse files
committed
fix: add make requirements to provisioning of edx-exams
1 parent 202ba55 commit c719e2d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

provision-edx-exams.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ port="18740"
1010
docker compose up -d lms
1111
docker compose up -d ${name}
1212

13+
# Install requirements
14+
echo -e "${GREEN}Installing requirements for ${name}...${NC}"
15+
docker compose exec -T ${name} bash -e -c 'cd /edx/app/edx-exams/ && make requirements' -- f"$name"
16+
1317
# Run migrations
1418
echo -e "${GREEN}Running migrations for ${name}...${NC}"
1519
docker compose exec -T ${name} bash -e -c "cd /edx/app/edx-exams/ && make migrate"

0 commit comments

Comments
 (0)