Skip to content

Commit f9efa2a

Browse files
committed
docs: Remove references to UID, GID env
These were recently removed. Signed-off-by: Stephen Finucane <stephen@that.guru>
1 parent 3f3812e commit f9efa2a

2 files changed

Lines changed: 4 additions & 26 deletions

File tree

README.rst

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -79,26 +79,18 @@ Development Installation
7979
`Docker`_ is the recommended installation method for a Patchwork development
8080
environment. To install Patchwork:
8181

82-
1. Install `Docker`_ and `docker-compose`_.
82+
#. Install `Docker`_ and `docker-compose`_.
8383

84-
2. Clone the Patchwork repo::
84+
#. Clone the Patchwork repo::
8585

8686
$ git clone https://github.com/getpatchwork/patchwork.git
8787

88-
3. (Optional) Create a ``.env`` file in the root directory of the project and
89-
store your ``UID`` and ``GID`` attributes there::
90-
91-
$ cd patchwork && printf "UID=$(id -u)\nGID=$(id -g)\n" > .env
92-
93-
This should only be necessary if you have a ``UID`` or ``GID`` other than
94-
``1000``.
95-
96-
4. Build the images. This will download a number of packages from the internet,
88+
#. Build the images. This will download a number of packages from the internet,
9789
and compile several versions of Python::
9890

9991
$ docker-compose build
10092

101-
5. Run `docker-compose up`::
93+
#. Run `docker-compose up`::
10294

10395
$ docker-compose up
10496

docs/development/installation.rst

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,6 @@ configure Patchwork using Docker:
3434

3535
Mac users might need to enable Rosetta emulation in the docker engine.
3636

37-
#. (Optional) Create a ``.env`` file in the root directory of the project and
38-
store your ``UID`` and ``GID`` attribute there.
39-
40-
.. code-block:: shell
41-
42-
$ echo "UID=$UID" > .env
43-
$ echo "GID=`id -g`" >> .env
44-
45-
This should only be necessary if you have a ``UID`` or ``GID`` other than
46-
``1000``. For more information on why this is necessary, refer to this
47-
`docker-compose issue`__.
48-
49-
__ https://github.com/docker/compose/issues/2380
50-
5137
#. Build the images. This will download over 200MB from the internet:
5238

5339
.. code-block:: shell

0 commit comments

Comments
 (0)