Problems installing pulp3

Problem:
Hello great pulp gurus! I’m currently trying to master this wonderful repository management service. Unfortunately, it just so happens that I can’t use Ansible Galaxy to install, but I can use PIP to install, which I did. At the moment, I have installed pip install pulpcore pulp-file. But then I don’t understand anything. As stated in the installation guide, next you need to enable the config by exporting its path to the environment variable "export PULP_SETTINGS=/etc/pulp/settings.py ", but the whole problem is that there is no file in this path, as well as the folder “/etc/pulp”. Please tell me what needs to be done to make the config appear? Maybe you just need to create it with your hands together with the directory?
Expected outcome:
pulp3 installed ok
Pulpcore version:
pulpcore 3.45.0
Pulp plugins installed and their versions:
pulp-file 1.16.0
pulp-glue 0.23.2
pulpcore 3.45.0

Operating system - distribution and version:
CentOS7
Other relevant data:

Did you read the applying configurations section of the docs? Applying Settings — Pulp Project 3.45.0 documentation If you are using a configuration file for Pulp you will need to create the file and directory where it is stored. We recommend you create a /etc/pulp folder and inside create a file settings.py that you will use as the configuration file. Make sure your Pulp user has permission to access this directory and file.

1 Like

Hi. Of course I have read it, but nowhere does it say that the file must be created by hand. Thanks