Conversation
dd55335
to
f91d6ec
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great! Just need a couple of small sphinx related fixes to get the docs building.
|
|
||
| `Ansible <https://docs.ansible.com/ansible/index.html>`_ playbooks can be used to provision a machine with a developer installation of Pulp. It is highly recommended that you develop Pulp on a virtual machine. Have a look at our :ref:`using-ansible` section to change how your machine is provisioned. | ||
|
|
||
| `Vagrant <https://docs.vagrantup.com/>`_ is used to create and manage development virtual machines. Configuring Vagrant is beyond the scope of this document, but you can find suggestions in the comments of ``Vagrantfile.example`` and on the `wiki <https://pulp.plan.io/projects/pulp/wiki/Pulp_3_Developer_Notes>)`_. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/Pulp_3_Developer_Notes>)/Pulp_3_Developer_Notes>/
| Put Source Code on your Host | ||
| ---------------------------- | ||
|
|
||
| Use the :ref:`getsource` guide to put the code into a development directory on your *host machine*. If you use one of the default playbooks, ``pulp_devel_dir`` is set for you, see `variables`_. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/`variables`/:ref:`variables`/
|
|
||
| .. note:: | ||
|
|
||
| The git repositories required by each role are documented in `ansible-roles`_. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/`ansible-roles`_/:ref:`ansible-roles`/
|
|
||
| *Role order matters*: | ||
|
|
||
| +---------------+----------+------------------------+-----------------------------------------------+ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is really awesome!
cc34c4a
to
32556ce
Compare
Docs for dev setup changes: pulp/devel#56