-
Notifications
You must be signed in to change notification settings - Fork 10
Setting everything up
Michael A. Cianfrocco edited this page Feb 20, 2017
·
10 revisions
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:
- Download relion from github
- Install cmake: https://cmake.org/download/ --> cmake-3.8.0-rc1-Darwin-x86_64.dmg ; drag to Applications folder