Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cs_comments_service
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
cs_comments_service
Commits
45cd523d
Commit
45cd523d
authored
Nov 20, 2015
by
Edward Zarecor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
further doc improvements
parent
42530c43
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
README.rst
+9
-5
No files found.
README.rst
View file @
45cd523d
...
@@ -39,14 +39,18 @@ data will survive container restarts and allow continuity during development.
...
@@ -39,14 +39,18 @@ data will survive container restarts and allow continuity during development.
DOCKER_EDX_ROOT is the directory into which you checkout edX source code. We recommend that you checkout
DOCKER_EDX_ROOT is the directory into which you checkout edX source code. We recommend that you checkout
all edX projects into this directory.
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
Shell into the running container and provision the seed data
docker exec -ti $(docker ps --filter="name=forums" -q) /bin/bash
``docker exec -ti $(docker ps --filter="name=forums" -q) /bin/bash``
source /edx/app/forum/forum_env
``source /edx/app/forum/forum_env``
cd /edx/app/forum/cs_comments_service/
``cd /edx/app/forum/cs_comments_service/``
rake db:seed
``rake db:seed``
From the host verify that the service is functional
``curl -X GET 'http://localhost:4567/api/v1/users/1?api_key=password&complete=True' | python -mjson.tool``
Running Tests
Running Tests
----
----
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment