This covers Linux/Mac setup instructions.
- Sign into openmind using Terminal or another terminal emulator.
>>> ssh USERNAME@openmind7.mit.edu
If any authentication message appears, type `yes`. This will happen on your first sign-in.
- Clone this (mindhive_) repository.
>>> cd ~
>>> git clone https://github.com/gablab/mindhive.git
- Run the setup script
>>> cd ~/mindhive
>>> bash setup.sh
- Activate your changes and you are finished!
>>> source ~/.bashrc
To add spm paths, setup an environment variable in your project environment file.
export SPM_PATH=/software/spm8_r5236/
and then edit $HOME/matlab/startup.m to include these lines (remove any lines adding SPM path)
spm_path = getenv('SPM_PATH'); if spm_path, addpath(spm_path); end
Here are some great GIT tutorials:
https://nbviewer.ipython.org/urls/github.com/fperez/reprosw/raw/master/Version%2520Control.ipynb