Skip to content

Setting everything up

Michael A. Cianfrocco edited this page Feb 20, 2017 · 10 revisions

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/

Into this directory, place aws_init.sh.

Edit aws_init.sh to include:

  • Absolute path to key pair
  • Access & secret ID
  • path to AWS code directory
  • research group name

Installing relion on a mac:

Clone this wiki locally