Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.
/ pulp Public archive

Update installation instructions #3865

Merged
merged 1 commit into from
Feb 11, 2019
Merged

Conversation

goosemania
Copy link
Member

Both PyPI and source ones.

closes #4356
https://pulp.plan.io/issues/4356


$ pulp-manager runserver
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed to pulp-manager for consistency here (since it's used in all the other instructions above).

@codecov
Copy link

codecov bot commented Feb 11, 2019

Codecov Report

Merging #3865 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3865   +/-   ##
=======================================
  Coverage   55.79%   55.79%           
=======================================
  Files          66       66           
  Lines        2848     2848           
=======================================
  Hits         1589     1589           
  Misses       1259     1259

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 01979e9...a5ed34f. Read the comment docs.

Copy link

@CodeHeeler CodeHeeler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -43,20 +43,19 @@ PyPI Installation

$ sudo apt-get install python3-venv

3. Install Pulp::
3. Install Pulp (install ``pulpcore-plugin``, and ``pulpcore`` itself will be installed as
a dependency)::
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we should suggest that the user install the plugin they want, and pulpcore-plugin will be picked up as a dep. Is there any reason a user would install pulp without a plugin?

Copy link
Contributor

@daviddavis daviddavis Feb 11, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That makes sense to me. Something like:

3. Installing a plugin will automatically install ``pulpcore`` and ``pulpcore-plugin``::

    pip install pulp_file

Or you can install the individual packages of ``pulpcore`` and ``pulpcore-plugin``:

    pip install pulpcore pulpcore-plugin

@goosemania goosemania merged commit 8b90248 into pulp:master Feb 11, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants