Skip to content

Commit 8660ed9

Browse files
committed
Clarify MinIO instructions
Fix #8090.
1 parent 161c9dc commit 8660ed9

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

docs/development/install.rst

+4-7
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,10 @@ Set up your environment
6262

6363
* go to http://localhost:9000/ (MinIO S3 storage backend)
6464
* login as ``admin`` / ``password``
65-
* click "..." next to the bucket name and then "Edit Policy"
66-
* give "Read Only" access on all the buckets (``static`` and ``media``)
67-
68-
.. note::
69-
70-
``media`` bucket may be created after the first build is finished.
71-
You will need to repeat this step after that.
65+
* click "..." next to the ``static`` bucket name and then "Edit Policy"
66+
* leave "prefix" empty and click "Add" to give "Read Only" access on the ``static`` bucket
67+
* click on the "+" icon on the bottom-right corner, then "Create bucket" with the name ``media``,
68+
hit Enter on the keyboard, and repeat the operation above to give "Read Only" access to it
7269

7370
#. go to http://community.dev.readthedocs.io to access your local instance of Read the Docs.
7471

0 commit comments

Comments
 (0)