Skip to content

Commit

Permalink
add gradebook project
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharis278 committed Jan 7, 2019
1 parent 3ae6b37 commit a6ccfb1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-compose-host.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,14 @@ services:
forum:
volumes:
- ${DEVSTACK_WORKSPACE}/cs_comments_service:/edx/app/forum/cs_comments_service:cached
gradebook:
volumes:
- ${DEVSTACK_WORKSPACE}/gradebook:/edx/app/gradebook:cached
- gradebook_node_modules:/edx/app/gradebook/node_modules

volumes:
credentials_node_modules:
discovery_node_modules:
ecommerce_node_modules:
edxapp_node_modules:
gradebook_node_modules:
10 changes: 10 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,16 @@ services:
volumes:
- devpi_data:/data

gradebook:
command: bash -c 'npm install && npm run start'
working_dir: '/edx/app/gradebook'
container_name: edx.devstack.gradebook
image: node:10
ports:
- "1994:1994"
environment:
- NODE_ENV=development

volumes:
discovery_assets:
edxapp_lms_assets:
Expand Down
1 change: 1 addition & 0 deletions repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ repos=(
"https://github.com/edx/edx-platform.git"
"https://github.com/edx/xqueue.git"
"https://github.com/edx/edx-analytics-pipeline.git"
"https://github.com/edx/gradebook.git"
)

private_repos=(
Expand Down

0 comments on commit a6ccfb1

Please sign in to comment.