Actions
Task #5755
closedRearrange installation page and add missing information
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
Yes
Sprint Candidate:
No
Tags:
Documentation
Sprint:
Sprint 62
Quarter:
Description
Motivation¶
The installation page# has the following structure:
|-- Install pulpcore
|-- Install pulp_rpm
|-- Install with Ansible-pulp
|-- Install createrepo_c from source
|-- Install pulp_rpm from source
|-- Install pulp_rpm from PyPI
|-- Run migrations
|-- Run services
The install pulp_rpm
seciton is confusing.
Pulpcore installation is not necessary if one uses ansible installer.
There is missing info about installing libmodulemd and libcomps.
Suggestion¶
|-- Install with Ansible-pulp (recommended)
|-- Pip install
|-- Install pulpcore
|-- Install prerequisites
|-- Install createrepo_c
|-- Install libmodulemd
|-- Install libcomps
|-- Install pulp_rpm
|-- Install from PyPI
|-- Install from source
|-- Run migrations
|-- Run services
Related issues
Actions
Rearrange installation page and add missing information
Reorders structure of install page, adds info about installing libmodulemd and libcomps
fixes #5755 https://pulp.plan.io/issues/5755