You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/development/standards.rst
+3-2
Original file line number
Diff line number
Diff line change
@@ -106,6 +106,8 @@ After cloning ``readthedocs.org`` repository, you need to
106
106
107
107
inv docker.up --init # --init is only needed the first time
108
108
109
+
#. go to http://localhost:9000/ (MinIO S3 storage backend), click "..." and then "Edit Policy" and give "Read Only" access on all the buckets (``static`` and ``media``).
110
+
109
111
#. go to http://community.dev.readthedocs.io to access your local instance of Read the Docs.
110
112
111
113
@@ -122,8 +124,7 @@ save some work while typing docker compose commands. This section explains these
122
124
Starts all the containers needed to run Read the Docs completely.
123
125
124
126
* ``--no-search`` can be passed to disable search
125
-
* ``--init`` is used the first time this command is ran to run initial migrations, create an admin user,
126
-
setup Azurite containers, etc
127
+
* ``--init`` is used the first time this command is ran to run initial migrations, create an admin user, etc
127
128
* ``--no-reload`` makes all celery processes and django runserver
128
129
to use no reload and do not watch for files changes
0 commit comments