Skip to content

Commit

Permalink
Update download method
Browse files Browse the repository at this point in the history
  • Loading branch information
Attila Farkas committed Jan 17, 2019
1 parent 6cc99c2 commit 650d01b
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions user_documentation/rst/deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ For the MiCADO master:
For the host where the Ansible playbook is executed (differs depending on local or remote):

* Ansible 2.4 or greater
* Git

* curl

Ansible
-------
Expand All @@ -47,16 +46,16 @@ To install Ansible on Ubuntu 16.04, use these commands:

To install Ansible on other operation systems follow the `official installation guide <https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html>`__.

Git
---
curl
----

To install Git on Ubuntu, use this command:
To install curl on Ubuntu, use this command:

::

sudo apt-get install git-all
sudo apt-get install curl

To install Git on other operating systems follow the `official installation guide <https://git-scm.com/book/en/v2/Getting-Started-Installing-Git>`__.
To install curl on other operating systems follow the `official installation guide <https://curl.haxx.se/download.html>`__.

Installation
============
Expand All @@ -68,9 +67,9 @@ Step 1: Download the ansible playbook.

::

git clone https://github.com/micado-scale/ansible-micado.git ansible-micado
cd ansible-micado
git checkout v0.6.1
curl --output ansible-micado-0.6.1.tar.gz -L https://github.com/micado-scale/ansible-micado/releases/download/v0.6.1/ansible-micado-0.6.1.tar.gz
tar -zxvf ansible-micado-0.6.1.tar.gz
cd ansible-micado-0.6.1/

Step 2: Specify cloud credential for instantiating MiCADO workers.
------------------------------------------------------------------
Expand Down

0 comments on commit 650d01b

Please sign in to comment.