File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,26 +79,18 @@ Development Installation
7979`Docker `_ is the recommended installation method for a Patchwork development
8080environment. 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments