Commit 42530c43 by Edward Zarecor

doc improvements

parent 08b40835
...@@ -41,7 +41,12 @@ all edX projects into this directory. ...@@ -41,7 +41,12 @@ all edX projects into this directory.
DOCKER_DATA_ROOT=/var/docker DOCKER_EDX_ROOT=/home/me/git/edx ~/bin/docker-compose --x-networking up DOCKER_DATA_ROOT=/var/docker DOCKER_EDX_ROOT=/home/me/git/edx ~/bin/docker-compose --x-networking up
Shell into the running container and provision the seed data
docker exec -ti $(docker ps --filter="name=forums" -q) /bin/bash
source /edx/app/forum/forum_env
cd /edx/app/forum/cs_comments_service/
rake db:seed
Running Tests Running Tests
---- ----
......
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