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/dev/install.rst
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ Set up your environment
47
47
48
48
.. prompt:: bash
49
49
50
-
COMPOSE_PROJECT_NAME=community inv docker.build
50
+
inv docker.build
51
51
52
52
.. tip::
53
53
@@ -64,13 +64,11 @@ Set up your environment
64
64
65
65
.. prompt:: bash
66
66
67
-
COMPOSE_PROJECT_NAME=community inv docker.up --init # --init is only needed the first time
67
+
inv docker.up --init # --init is only needed the first time
68
68
69
69
#. Go to http://community.dev.readthedocs.io to access your local instance of Read the Docs.
70
70
Because HSTS is enabled on ``*.readthedocs.io`` and because some browsers have HTTPS-only modes enabled, you should potentially use a fresh private/incognito session.
71
71
72
-
Notice that two commands use the environment variable ``COMPOSE_PROJECT_NAME=community``. You might want to configure this globally. Running these commands without specifying ``COMPOSE_PROJECT_NAME`` currently `does not work <https://github.com/readthedocs/readthedocs.org/issues/9318>`_.
0 commit comments