Skip to content

Setting everything up

Michael A. Cianfrocco edited this page Mar 3, 2017 · 10 revisions

Under development

Users:

Each user needs to have the appropriate permissions & keypair created for them.

  • Keypair
  • Access ID & Secret ID
  • Access to EC2 & S3: IAM=AmazonEC2FullAccess & AmazonS3FullAccess

In the home directory of the user, create a directory:

/home/[user]/.aws/

Place * path to AWS code directory into .aws/aws_init.sh

Into this directory, place aws_init.sh.

Edit aws_init.sh to include:

  • Absolute path to key pair

  • Access & secret ID

  • research group name

Installing relion on a mac:

Minimally set: export PATH={pathToRelionRepo}/build/bin:$PATH export LD_LIBRARY_PATH={pathToRelionRepo}/build/lib:$LD_LIBRARY_PATH

Install Fabric

  • pip install --upgrade pip
  • pip install fabric

For mac, replace rclone in AWS with http://downloads.rclone.org/rclone-v1.35-osx-amd64.zip

Clone this wiki locally