-
Add packages
- accounts-password
- accounts-ui
- edgee:slingshot
- ccorcos:clientside-image-manipulation
-
Create AWS S3 bucket
- Update bucket Permissions for Everyone for List
- Use Security Details and save KeyID and AccessKey.
-
Create a config.json with KeyID and AccessKey
{
"AWSAccessKeyId": "PUT YOUR ACCESS KEY ID HERE",
"AWSSecretAccessKey": "PUT YOUR SECRET ACCESS KEY HERE"
}
-
Update slingshot.js, value 'bucket' with name from AWS S3
-
Run meteor using ./runMeteorSettings.sh