Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 6 additions & 13 deletions docs/pycharm_integration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ following:
start button with no further error when this problem occurs. See `Jetbrains
ticket PY-22893`_.

2. If you are running with Docker Sync on a mac you will want to first run
``docker-sync start`` to run sync in the background before running any
servers or tests.
2. Ensure you are not using docker-sync (i.e. not using any make commands with ``sync`` in their name). Read more about the `deprecation of docker-sync`_.

.. _deprecation of docker-sync: https://openedx.atlassian.net/browse/DEPR-162

Setup a Remote Interpreter
--------------------------
Expand All @@ -43,16 +43,9 @@ use the following options:

- Configuration files(s)

- Docker Sync (Mac)

- ``/LOCAL/PATH/TO/devstack/docker-compose.yml`` (e.g.~/edx/devstack/docker-compose.yml)
- ``/LOCAL/PATH/TO/devstack/docker-compose-sync.yml``

- Without Docker Sync

- ``/LOCAL/PATH/TO/devstack/docker-compose.yml`` (e.g.~/edx/devstack/docker-compose.yml)
- ``/LOCAL/PATH/TO/devstack/docker-compose-host.yml``
- ``/LOCAL/PATH/TO/devstack/docker-compose-themes.yml``
- ``/LOCAL/PATH/TO/devstack/docker-compose.yml`` (e.g.~/edx/devstack/docker-compose.yml)
- ``/LOCAL/PATH/TO/devstack/docker-compose-host.yml``
- ``/LOCAL/PATH/TO/devstack/docker-compose-themes.yml``

- Service: lms (or whatever IDA you wish to test)

Expand Down