File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Run Services
4444.. code-block :: bash
4545
4646 pulp-manager runserver
47- gunicorn pulpcore.content:server --bind ' localhost:8080 ' --worker-class ' aiohttp.GunicornWebWorker' -w 2
47+ gunicorn pulpcore.content:server --bind ' localhost:24816 ' --worker-class ' aiohttp.GunicornWebWorker' -w 2
4848 sudo systemctl restart pulp-resource-manager
4949 sudo systemctl restart pulp-worker@1
5050 sudo systemctl restart pulp-worker@2
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ accordingly. If you prefer to specify the username and password with each reques
2222To make these workflows copy/pastable, we make use of environment variables. The first variable to
2323set is the hostname and port::
2424
25- $ export BASE_ADDR=http://<hostname>:8000
25+ $ export BASE_ADDR=http://<hostname>:24817
2626
2727This documentation makes use of the `jq library <https://stedolan.github.io/jq/ >`_
2828to parse the json received from requests, in order to get the unique urls generated
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ $ cat pip.conf
8484.. code ::
8585
8686 [global]
87- index-url = http://localhost:8080 /pulp/content/foo/simple/
87+ index-url = http://localhost:24816 /pulp/content/foo/simple/
8888
8989 The above configuration informs ``pip `` to install from ``pulp ``::
9090
You can’t perform that action at this time.
0 commit comments