Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
devstack
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
devstack
Commits
0fca2088
Commit
0fca2088
authored
Aug 14, 2017
by
Eric Fischer
Committed by
Brian Beggs
Aug 15, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mount src directory for local pip installs
parent
e65c5244
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
README.rst
+5
-0
docker-compose-host.yml
+3
-2
No files found.
README.rst
View file @
0fca2088
...
...
@@ -341,6 +341,11 @@ starts, you have a few options:
container is started. For example, the part of the studio command which
reads ``...&& while true; do...`` could be changed to
``...&& pip install my-new-package && while true; do...``.
* In order to work on locally pip-installed repos like edx-ora2, first clone
them into ../src (relative to this directory). Then, inside your lms shell,
you can ``pip install -e /edx/src/edx-ora2``. If you want to keep this code
installed across stop/starts, modify ``docker-compose.yml`` as mentioned
above.
Switching branches
------------------
...
...
docker-compose-host.yml
View file @
0fca2088
...
...
@@ -13,10 +13,12 @@ services:
lms
:
volumes
:
-
${DEVSTACK_WORKSPACE}/edx-platform:/edx/app/edxapp/edx-platform:cached
-
${DEVSTACK_WORKSPACE}/src:/edx/src:cached
studio
:
volumes
:
-
${DEVSTACK_WORKSPACE}/edx-platform:/edx/app/edxapp/edx-platform:cached
-
${DEVSTACK_WORKSPACE}/src:/edx/src:cached
forum
:
volumes
:
-
${DEVSTACK_WORKSPACE}/cs_comments_service:/edx/app/forum/cs_comments_service:cached
\ No newline at end of file
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