@@ -62,15 +62,26 @@ Set up your environment
62
62
63
63
* go to http://localhost:9000/ (MinIO S3 storage backend)
64
64
* 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 ``)
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
67
69
68
- .. note ::
70
+ #. go to http://community.dev.readthedocs.io to access your local instance of Read the Docs.
69
71
70
- ``media `` bucket may be created after the first build is finished.
71
- You will need to repeat this step after that.
72
72
73
- #. go to http://community.dev.readthedocs.io to access your local instance of Read the Docs.
73
+ Check that everything works
74
+ ---------------------------
75
+
76
+ #. go to http://community.dev.readthedocs.io and check that the appearance and style looks correct
77
+ (otherwise the MinIO buckets might be misconfigured, see above)
78
+
79
+ #. login as ``admin `` / ``admin `` and verify that the project list appears
80
+
81
+ #. go to the "Read the Docs" project, click on the "Build version" button to build ``latest ``,
82
+ and wait until it finishes
83
+
84
+ #. click on the "View docs" button to browse the documentation, and verify that it works
74
85
75
86
76
87
Working with Docker Compose
0 commit comments