This repository was archived by the owner on Aug 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ echo -e "${GREEN} Ensuring Coursegraph image is up to date...${NC}"
1212docker-compose rm --force --stop coursegraph
1313docker-compose pull coursegraph
1414
15- echo -e " ${GREEN} Starting Coursegraph and LMS ...${NC} "
16- docker-compose up -d coursegraph lms
15+ echo -e " ${GREEN} Starting Coursegraph and CMS ...${NC} "
16+ docker-compose up -d coursegraph studio
1717sleep 10 # Give Neo4j some time to boot up.
1818
19- echo -e " ${GREEN} Updating LMS courses in Coursegraph...${NC} "
20- docker-compose exec lms bash -c ' source /edx/app/edxapp/edxapp_env && cd /edx/app/edxapp/edx-platform/ && ./manage.py lms dump_to_neo4j --host coursegraph.devstack.edx --user neo4j --password edx'
19+ echo -e " ${GREEN} Updating CMS courses in Coursegraph...${NC} "
20+ docker-compose exec studio bash -c ' source /edx/app/edxapp/edxapp_env && cd /edx/app/edxapp/edx-platform/ && ./manage.py cms dump_to_neo4j --host coursegraph.devstack.edx --user neo4j --password edx'
2121
22- echo -e " ${GREEN} Coursegraph is now up-to-date with LMS !${NC} "
22+ echo -e " ${GREEN} Coursegraph is now up-to-date with CMS !${NC} "
You can’t perform that action at this time.
0 commit comments