Skip to content

Commit

Permalink
@ teracyhq#196 | failed to vagrant up on Mac, vagrant 1.8.7, need to …
Browse files Browse the repository at this point in the history
…update docs
  • Loading branch information
hoatle committed Jan 31, 2017
1 parent 11da0c5 commit 6fc3e08
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,26 @@ Open the terminal window:
$ brew cask install vagrant
.. note::
- // FIXME(hoavt): https://github.com/teracyhq/dev/issues/196
- // TODO(hoatle): https://github.com/teracyhq/dev/issues/175

- If you encounter the following similar error:

.. code-block:: bash
==> default: Box 'bento/ubuntu-16.04' could not be found. Attempting to find and install...
default: Box Provider: virtualbox
default: Box Version: >= 0
The box 'bento/ubuntu-16.04' could not be found or
could not be accessed in the remote catalog. If this is a private
box on HashiCorp's Atlas, please verify you're logged in via
`vagrant login`. Also, please double-check the name. The expanded
URL and error message are shown below:
URL: ["https://atlas.hashicorp.com/bento/ubuntu-16.04"]
then fix it with ``$ sudo rm -rf /opt/vagrant/embedded/bin/curl`` (Details at
https://github.com/mitchellh/vagrant/issues/7969#issuecomment-258878970)

- // 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

0 comments on commit 6fc3e08

Please sign in to comment.