poldrack / fmri-analysis-vm

A VM setup for use in fMRI analysis and education
MIT License
54 stars 37 forks source link

VM setup issues #12

Closed poldrack closed 9 years ago

poldrack commented 9 years ago
  1. I had to use git clone rather than git pull (which gave an error)
  2. the two vagrant plugin commands look like a single line, need to be separated by a line break
  3. 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
  4. 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:

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.

  1. 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.
poldrack commented 9 years ago

fixed #2 by adding a semicolon