Merge pull request #19 from jovial/install-steps
Reorder installation steps
This commit is contained in:
commit
cb50ef288a
@ -56,15 +56,15 @@ Obtain the Tenks source code and change into the directory. For example::
|
||||
(tenks) $ git clone https://github.com/stackhpc/tenks.git
|
||||
(tenks) $ cd tenks
|
||||
|
||||
Install Tenks and its requirements using the source code checkout::
|
||||
|
||||
(tenks) $ pip install .
|
||||
|
||||
Tenks has dependencies on Ansible roles that are hosted by Ansible Galaxy.
|
||||
These can be installed by a command such as::
|
||||
|
||||
(tenks) $ ansible-galaxy install --role-file=requirements.yml --roles-path=ansible/roles/
|
||||
|
||||
Install Tenks and its requirements using the source code checkout::
|
||||
|
||||
(tenks) $ pip install .
|
||||
|
||||
If you now wish to run Tenks (see :ref:`run`), keep your virtualenv active. If
|
||||
not, deactivate it::
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user