Last active
November 18, 2021 19:21
-
-
Save jjeffers/1c2462ec551bad58866f4b55d8fb8a4c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo yum install rh-python38-python-pip | |
scl enable tfm-pulpcore 'pip install pulp-ostree' | |
mkdir /etc/pulp/certs | |
openssl rand -base64 32 | tr '+/' '-_' > /etc/pulp/certs/database_fields.symmetric.key | |
sudo yum install ostree | |
scl enable tfm-pulpcore 'PULP_SETTINGS='/etc/pulp/settings.py' DJANGO_SETTINGS_MODULE='pulpcore.app.settings' pulpcore-manager migrate' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment