Commit b6780cb8 by Farhanah Sheets

Create a command to get to mongo shell

parent 7b5fc665
...@@ -185,6 +185,9 @@ vnc-passwords: ## Get the VNC passwords for the Chrome and Firefox Selenium cont ...@@ -185,6 +185,9 @@ vnc-passwords: ## Get the VNC passwords for the Chrome and Firefox Selenium cont
mysql-shell: ## Run a shell on the mysql container mysql-shell: ## Run a shell on the mysql container
docker-compose exec mysql bash docker-compose exec mysql bash
mongo-shell: ## Run a shell on the mongo container
docker-compose exec mongo bash
# Provisions studio, ecommerce, and marketing with course(s) in test-course.json # Provisions studio, ecommerce, and marketing with course(s) in test-course.json
# Modify test-course.json before running this make target to generate a custom course # Modify test-course.json before running this make target to generate a custom course
create-test-course: ## NOTE: marketing course creation is not available for those outside edX create-test-course: ## NOTE: marketing course creation is not available for those outside edX
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment