Getting error when I run vagrant up in puphpet -


i trying set vagrant locally on windows 10 machine, have pre installed latest version of vagant , virtual box. trying setup ubuntu 14, apache, php , mysql. after downloading package puphpet.com, cd in directory , trying run vagrant up. getting following error. tried centos, getting same error

f:\puphpet (3)\mqlyog>vagrant bringing machine 'local' 'virtualbox' provider... ==> local: box 'puphpet/centos65-x64' not found. attempting find , install...     local: box provider: virtualbox     local: box version: >= 0 box '["puphpet/centos65-x64"]' not found or not accessed in remote catalog. if private box on hashicorp's atlas, please verify you're logged in via `vagrant login`. also, please double-check name. expanded url , error message shown below:  url: ["https://atlas.hashicorp.com/puphpet/centos65-x64"] error: 

hmm looks name correct, can try download box separately :

vagrant box add puphpet/centos65-x64 

if have ssl error can run

vagrant box add puphpet/centos65-x64 --insecure 

when prompted provider, select virtualbox


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

android - Keyboard hides my half of edit-text and button below it even in scroll view -