Skip to content

Instantly share code, notes, and snippets.

@jjeffers
Last active November 18, 2021 19:21
Show Gist options
  • Save jjeffers/1c2462ec551bad58866f4b55d8fb8a4c to your computer and use it in GitHub Desktop.
Save jjeffers/1c2462ec551bad58866f4b55d8fb8a4c to your computer and use it in GitHub Desktop.
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