I had to use git clone rather than git pull (which gave an error)
the two vagrant plugin commands look like a single line, need to be separated by a line break
vagrant plugin installation is flaky - I had to run it a few times to actually get it to work, due to http errors. might want to note that if it fails one should try it again
on running the vagrant up command, I got this error:
DNab4029e9:fmri-analysis-vm poldrack$ vagrant up 2>&1 | tee -a provision.log
Bringing machine 'default' up with 'virtualbox' provider...
There are errors in the configuration of this machine. Please fix
the following errors and try again:
Atlas push:
Missing required configuration parameter 'token'. This is required for
Vagrant to securely communicate with your Atlas account.
To generate an access token, run 'vagrant login'.
I am not sure if there is a way to turn this off if a person doesn't want to upload to atlas.
Would probably be good to have separate instructions for people who just want to use the machine, and those who want to build it for redistribution.
DNab4029e9:fmri-analysis-vm poldrack$ vagrant up 2>&1 | tee -a provision.log Bringing machine 'default' up with 'virtualbox' provider... There are errors in the configuration of this machine. Please fix the following errors and try again:
Atlas push:
To generate an access token, run 'vagrant login'.
I am not sure if there is a way to turn this off if a person doesn't want to upload to atlas.