Vagrant up problems and missing hardware requirements
Hello all,
first I tried to find the hardware requirements but I really can't find them. What hardware do I need to set up this 8 vms?
Second I tried to start a vagrant installation but I fail on the Set Up Cluster of Sovrin Validator Nodes-Step with a Mac 10.12.05. Successfully I installed virtualbox and vagrant. Also the git repository I collected correctly. But if I try to vagrant up the stuff (after I used vagrant init before) I collect this following error messages:
Philipps-MBP:sovrin-environments Philipp$ 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/Philipp/ownCloud/esatus/sovrin-environments/base
or in a screenshot:

What did I wrong? Hope you can help me.
It looks like maybe you were not in the directory with the Vagrantfile that was in the repository. Either that or you ran vagrant init and it overwrote the Vagrantfile. cd into the directory that you got from the repo (you should see the Vagrantfile from the repo there), and then run vagrant up.
On Thu, Aug 3, 2017 at 8:41 AM, musquash [email protected] wrote:
Hello all,
first I tried to find the hardware requirements but I really can't find them. What hardware do I need to set up this 8 vms?
Second I tried to start a vagrant installation but I fail on the Set Up Cluster of Sovrin Validator Nodes-Step. Successfully I installed virtualbox and vagrant. Also the git repository I collected correctly. But if I try to vagrant up the stuff (after I used vagrant init before) I collect this following error messages:
Philipps-MBP:sovrin-environments Philipp$ 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/Philipp/ownCloud/esatus/sovrin-environments/base
or in a screenshot: [image: bildschirmfoto 2017-08-03 um 16 27 30] https://user-images.githubusercontent.com/16288941/28926851-4928a154-7869-11e7-83c8-890fd10a8c84.png
What did I wrong? Hope you can help me.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/evernym/sovrin-environments/issues/12, or mute the thread https://github.com/notifications/unsubscribe-auth/AFXuAD1iIHTwIGWDQW_sHawvWchOdfrmks5sUdwQgaJpZM4Osiom .
@musquash Did this correct your issue?