Skip to content

Deployment

Mike Angstadt edited this page Jan 30, 2018 · 8 revisions

For this example we'll be installing Methods Core into /usr/local/MethodsCore

  1. git clone git@github.com/UMPsychMethodsCore/MethodsCore /usr/local/MethodsCore
  2. cd /usr/local/MethodsCore/.deploy/
  3. ./setup_deployment.sh
  4. cd /usr/local/MethodsCore/.local/
  5. Add the deploy.pub public key to the deployment keys on Github
  6. If you want to track a branch other than public (like dev) edit the branch file
  7. cd /usr/local/MethodsCore/.deploy/src/
  8. ./self_update.sh

Optional

If you need to support spm8Batch command line preprocessing scripts add the following to /etc/profile.d/MethodsCore

source /usr/local/MethodsCore/spm8Batch/spm8Setup export MATLABPATH='/usr/local/MethodsCore/SPM/SPM8/spm8_with_R6313'

Clone this wiki locally