This covers Linux/Mac setup instructions.
ssh USERNAME@openmind7.mit.edu If any authentication message appears, type
yes
. This will happen on your first sign-in.
cd ~ git clone https://github.com/gablab/mindhive.git
cd ~/mindhive bash setup.sh
source ~/.bashrc
Adding SPM path ^^^^^^^^^^^^^^^
To add spm paths, setup an environment variable in your project environment file.
.. code::
export SPM_PATH=/software/spm8_r5236/
and then edit $HOME/matlab/startup.m to include these lines (remove any lines adding SPM path)
.. code::
spm_path = getenv('SPM_PATH');
if spm_path,
addpath(spm_path);
end
GIT Tutorials ^^^^^^^^^^^^^
Here are some great GIT tutorials:
http://nbviewer.ipython.org/urls/github.com/fperez/reprosw/raw/master/Version%2520Control.ipynb