Mercurial > p > roundup > code
comparison doc/installation.txt @ 7659:e9a2b74150bd
Update doc on --build-arg="source=pip_sdist" for docker.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 15 Oct 2023 20:56:50 -0400 |
| parents | fae314043555 |
| children | 4e37a7833708 |
comparison
equal
deleted
inserted
replaced
| 7658:d30e534b078a | 7659:e9a2b74150bd |
|---|---|
| 1752 install``. This places some files (e.g. man pages, templates) in | 1752 install``. This places some files (e.g. man pages, templates) in |
| 1753 different directories from the `local` install but is preferred | 1753 different directories from the `local` install but is preferred |
| 1754 by some Python users. | 1754 by some Python users. |
| 1755 | 1755 |
| 1756 ``--build-arg="source=pip_sdist"`` | 1756 ``--build-arg="source=pip_sdist"`` |
| 1757 Disabled. | 1757 Disabled - hopefully it will be available in the future. |
| 1758 This is meant for maintainer/developer use. It installs using | 1758 This is meant for maintainer/developer use. It installs using |
| 1759 pip from a source distribution (sdist) tarball built by | 1759 pip from a source distribution (sdist) tarball built by |
| 1760 following the RELEASE.txt. It is meant for testing | 1760 following the RELEASE.txt. It is meant for testing |
| 1761 releases. Normal users/admins should not use it. | 1761 releases or building a docker image that installs a new pending |
| 1762 source distribution release. Normal users/admins should not use it. | |
| 1763 Use ``local`` or ``pip_local`` instead. | |
| 1762 | 1764 |
| 1763 Build a docker container using the code in the current directory, | 1765 Build a docker container using the code in the current directory, |
| 1764 with this build command from the top of the source tree:: | 1766 with this build command from the top of the source tree:: |
| 1765 | 1767 |
| 1766 docker build -t roundup-app -f scripts/Docker/Dockerfile . | 1768 docker build -t roundup-app -f scripts/Docker/Dockerfile . |
