Install first time on a mac

60 views
Skip to first unread message

Michel van de Wiel

unread,
Mar 24, 2016, 10:51:41 AM3/24/16
to Vagrant
Hi Guys,

I want to set up a test environment for the first time, only I run into a snag.


1 - In the Terminal from my Mac I have running the command:




Last login: Thu Mar 24 13:12:55 on ttys000
Mac-mini:~ michel$ git clone https://github.com/ByteInternet/hypernode-vagrant
Cloning into 'hypernode-vagrant'...
remote
: Counting objects: 318, done.
remote
: Compressing objects: 100% (56/56), done.
remote
: Total 318 (delta 34), reused 0 (delta 0), pack-reused 262
Receiving objects: 100% (318/318), 161.12 KiB | 0 bytes/s, done.
Resolving deltas: 100% (154/154), done.
Checking connectivity... done.
Mac-mini:~ michel$ cd hypernode-zwerver
-bash: cd: hypernode-zwerver: No such file or directory



2 - I have install VirtualBox

3 - I have install Varant



Now I am in step 4 only I walk now determine where to enter this command ?

zwerver plugin installeren zwerver-vbguest zwerver-hostmanager


Thanks for the effort!
best regards,
Michel

Alvaro Miranda Aguilera

unread,
Mar 24, 2016, 7:23:23 PM3/24/16
to vagra...@googlegroups.com
Hello

The project use plugins, if you would like to install them, then try:

vagrant plugin install <name_of_plugin>

ie.

vagrant plugin install vagrant-vbguest
vagrant plugin install vagrant-hostmanager

Thanks
Alvaro

--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
 
GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
---
You received this message because you are subscribed to the Google Groups "Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vagrant-up+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/c937c953-95f1-4e61-ae7e-698fafc34410%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Michel van de Wiel

unread,
Mar 25, 2016, 3:41:41 AM3/25/16
to Vagrant
Hello Alvaro,

Thanks for the support,

Ym now by the point Copy the example local.yml if you don’t have one already:
cp local.example.yml local.yml
But when I run the command I get the error :
Mac-mini:~ michel$ cp local.example.yml local.yml
cp
: local.example.yml: No such file or directory



After it I need the open the  file and add PHP: version 7.0 

Thanks for the support!

Best regards,
Michel

Op vrijdag 25 maart 2016 00:23:23 UTC+1 schreef Alvaro Miranda Aguilera:

Alvaro Miranda Aguilera

unread,
Mar 25, 2016, 7:19:45 AM3/25/16
to vagra...@googlegroups.com
Hello,

It seems the install of the plugin and the instructions for php7 are in the readme of the project:


So, I think you should be good now.

Thanks!
Alvaro

Michel van de Wiel

unread,
Mar 25, 2016, 8:18:01 AM3/25/16
to Vagrant
Hello Alvaro,

Ym now running the command Vagrant up but I get a error 







Mac-mini:~ michel$ vagrant init


A `Vagrantfile` has been placed in this directory. You are now


ready to `vagrant up` your first virtual environment! Please read


the comments in the Vagrantfile as well as documentation on


`vagrantup.com` for more information on using Vagrant.


Mac-mini:~ michel$ vagrant up


Bringing machine 'default' up with 'virtualbox' provider...


==> default: Box 'base' could not be found. Attempting to find and install...


    default: Box Provider: virtualbox


    default: Box Version: >= 0


==> default: Box file was not detected as metadata. Adding it directly...


==> default: Adding box 'base' (v0) for provider: virtualbox


    default: Downloading: base


An error occurred while downloading the remote file. The error


message, if any, is reproduced below. Please fix this error and try


again.




Couldn't open file /Users/michel/base


Mac-mini:~ michel$



Op vrijdag 25 maart 2016 12:19:45 UTC+1 schreef Alvaro Miranda Aguilera:

Alvaro Miranda Aguilera

unread,
Mar 25, 2016, 8:45:41 AM3/25/16
to vagra...@googlegroups.com
hello.

1. You need to run Vagrantup from where you did clone the project from Github.

2. If you run vagrant init it will create a new Vagrantfile -> new project.

However the proper syntax is:

vagrant init user/box

ie.

vagrant init -m hashicorp/precise64


Please check the following part of the documentation.


thanks!
Alvaro


Rick van de Loo

unread,
May 2, 2016, 8:55:52 AM5/2/16
to Vagrant
Hi Michel,

Looks like you ran one of our blog post tutorials explaining how to set up the hypernode-vagrant dev environment through google translate.
 
Some of the instructions got translated as well and that's why you get -bash: cd: hypernode-zwerver: No such file or directory
You cloned the directory 'hypernode-vagrant', not 'hypernode-zwerver'. Zwerver is a literal translation of Vagrant in Dutch.

@fliphess on github maintains a Dutch tutorial for using the hypernode-vagrant, maybe that will help make things clearer. https://gist.github.com/fliphess/7525cd951ea0ca382433

Otherwise you could try the instructions again from your original source without translating it.
Reply all
Reply to author
Forward
0 new messages