Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit b58a3e2

Browse files
committed
Docs: Use more descriptive subdirectory name (rsdocker/) for Docker install instructions.
1 parent 822ba49 commit b58a3e2

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

docker/README.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ If running on OS X, install then run the `Docker Desktop <https://www.docker.com
6060

6161
Expect to wait a few minutes the first time you start the Docker Desktop. Don't proceed until the Docker Desktop's initialization is complete.
6262

63-
On OS X 12.4, Apple's new security features require you to give Docker `additional permissions <https://support.apple.com/guide/mac-help/control-access-to-files-and-folders-on-mac-mchld5a35146/mac>`_ if you place the files you install below in the Documents folder.
64-
6563
Next, `install Python 3 <https://docs.python-guide.org/starting/install3/osx/>`_.
6664

6765
Windows
@@ -99,16 +97,20 @@ To keep your filesystem tidy, create a directory before running the following co
9997

10098
.. code-block:: bash
10199
102-
mkdir runestone
103-
cd runestone
100+
mkdir rsdocker
101+
cd rsdocker
102+
103+
.. note::
104+
105+
On OS X, avoid placing your files in the Documents folder, since security features introduced in OS X 12.4 require you to give Docker `additional permissions <https://support.apple.com/guide/mac-help/control-access-to-files-and-folders-on-mac-mchld5a35146/mac>`_.
104106

105107
Next, download the bootstrap script. To do this, open a terminal in Ubuntu or OS X then type:
106108

107109
.. code-block:: bash
108110
109111
curl -fLO https://raw.githubusercontent.com/RunestoneInteractive/RunestoneServer/master/docker/docker_tools.py
110112
111-
This download the bootstrap script.
113+
This downloads the bootstrap script.
112114

113115

114116
3. Create then activate a Python virtual environment
@@ -389,7 +391,7 @@ The containerized application is configured to automatically start as soon as Do
389391

390392
Before using ``docker-tools`` or ``rsmanage``:
391393

392-
#. Open a terminal then ``cd rsvenv``.
394+
#. Open a terminal then ``cd rsdocker``.
393395
#. Activate your virtual environment -- see the second step of `create a virtual environment <Create then activate a Python virtual environment>`_.
394396
#. ``cd RunestoneServer``.
395397

0 commit comments

Comments
 (0)