Skip to content

Commit

Permalink
@ teracyhq#195 | should check if vagrant 1.9 works the same as 1.8: t…
Browse files Browse the repository at this point in the history
…eracy-dev works great with vagrant >=1.8.7 and >=1.9.1
  • Loading branch information
hoatle committed Jan 20, 2017
1 parent 7ca1bd5 commit 4fdbc93
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,15 @@ Open the terminal window:
$ brew cask install virtualbox
- Install ``vagrant`` (>=1.8, <1.9):
- Install ``vagrant`` (>=1.8.7, >=1.9.1):

.. code-block:: bash
$ brew cask install vagrant
.. note::

- If the above command installs ``vagrant`` >=1.9, make sure to install the right version by
downloading the installation file manually from https://releases.hashicorp.com/vagrant/

- // FIXME(hoatle): https://github.com/teracyhq/dev/issues/175
- // FIXME(hoavt): https://github.com/teracyhq/dev/issues/196
- // TODO(hoatle): https://github.com/teracyhq/dev/issues/175

Next: :ref:`teracy-dev Git Clone and Vagrant Up <teracy-dev-git-clone-and-vagrant-up>`

Expand Down Expand Up @@ -116,7 +113,7 @@ Open the terminal window:
$ sudo dpkg -i <downloaded_file>
$ sudo apt-get install -f -y
3. Install ``vagrant`` (>=1.8, <1.9):
3. Install ``vagrant`` (>=1.8.7, >=1.9.1):

Find the right installation version file at https://releases.hashicorp.com/vagrant/ or
https://www.vagrantup.com/downloads.html
Expand Down

0 comments on commit 4fdbc93

Please sign in to comment.