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.

https://www.vagrantup.com/docs/getting-started/ 
<https://www.vagrantup.com/docs/getting-started/>

thanks!
Alvaro


> On 26/03/2016, at 1:18 AM, Michel van de Wiel <[email protected]> wrote:
> 
> 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:
> Hello,
> 
> It seems the install of the plugin and the instructions for php7 are in the 
> readme of the project:
> 
> https://github.com/ByteInternet/hypernode-vagrant/blob/master/README.md 
> <https://github.com/ByteInternet/hypernode-vagrant/blob/master/README.md>
> 
> So, I think you should be good now.
> 
> Thanks!
> Alvaro
> 
> On Fri, Mar 25, 2016 at 8:41 PM, Michel van de Wiel <[email protected] 
> <javascript:>> wrote:
> 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:
> 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
> 
>> On 25/03/2016, at 3:51 AM, Michel van de Wiel <[email protected] <>> 
>> wrote:
>> 
>> 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:
>> 
>> 
>> git clone https://github.com/ByteInternet/hypernode-vagrant 
>> <https://github.com/ByteInternet/hypernode-vagrant>
>> cd hypernode-zwerver
>> 
>> 
>> 
>> 
>> Last login: Thu Mar 24 13:12:55 on ttys000
>> Mac-mini:~ michel$ git clone 
>> https://github.com/ByteInternet/hypernode-vagrant 
>> <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
>> 
>> -- 
>> This mailing list is governed under the HashiCorp Community Guidelines - 
>> https://www.hashicorp.com/community-guidelines.html 
>> <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 
>> <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 [email protected] <>.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/vagrant-up/c937c953-95f1-4e61-ae7e-698fafc34410%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/vagrant-up/c937c953-95f1-4e61-ae7e-698fafc34410%40googlegroups.com?utm_medium=email&utm_source=footer>.
>> For more options, visit https://groups.google.com/d/optout 
>> <https://groups.google.com/d/optout>.
> 
> 
> -- 
> This mailing list is governed under the HashiCorp Community Guidelines - 
> https://www.hashicorp.com/community-guidelines.html 
> <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 
> <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 [email protected] <javascript:>.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/vagrant-up/00e89c5e-36cf-4ecb-8520-29ca0fe7a9dd%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/vagrant-up/00e89c5e-36cf-4ecb-8520-29ca0fe7a9dd%40googlegroups.com?utm_medium=email&utm_source=footer>.
> 
> For more options, visit https://groups.google.com/d/optout 
> <https://groups.google.com/d/optout>.
> 
> 
> -- 
> This mailing list is governed under the HashiCorp Community Guidelines - 
> https://www.hashicorp.com/community-guidelines.html 
> <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 
> <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 [email protected] 
> <mailto:[email protected]>.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/vagrant-up/8ce584d1-1ec2-4080-9ea5-79246623b8be%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/vagrant-up/8ce584d1-1ec2-4080-9ea5-79246623b8be%40googlegroups.com?utm_medium=email&utm_source=footer>.
> For more options, visit https://groups.google.com/d/optout 
> <https://groups.google.com/d/optout>.

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/E2A3921C-690D-4D66-BD93-1B0B7876D6A3%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to