Skip to content

User Setup

Server Installation

Follow the Installation Quickstart instructions to get started with Pulp. Further details are discussed in the pulpcore documentation.

CLI Installation

All workflow examples use the Pulp CLI. Install and setup from PyPI:

pip install pulp-cli[pygments] pulp-cli-gem

pulp config create -e
pulp status  # Check that CLI can talk to Pulp
pipx install pulp-cli[pygments]
pipx inject pulp-cli pulp-cli-gem

pulp config create -e
pulp status  # Check that CLI can talk to Pulp

If you configured the admin user with a different password, adjust the configuration accordingly. If you prefer to specify the username and password with each request, please see Pulp CLI documentation on how to do that.