From a0fd26e0a600a9929fc362c8b040ce230e9afa6a Mon Sep 17 00:00:00 2001 From: Guillaume Grossetie Date: Sun, 18 Aug 2013 15:38:32 +0200 Subject: [PATCH] Add information on the s3cmd installation and configuration --- deployment.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/deployment.md b/deployment.md index 227eb48..5922849 100644 --- a/deployment.md +++ b/deployment.md @@ -69,6 +69,13 @@ The deployment to Amazon S3 is using the ruby-s3cmd gem and the executed command s3cmd sync _site/ \#{s3_bucket} +Before doing your first deployment, you will need to install and configure s3cmd + + yum install s3cmd || apt-get install s3cmd + s3cmd --configure + +The --configure command will ask for your AWS access and secret key. +More information on [AWS Security Credentials](http://docs.aws.amazon.com/general/latest/gr/aws-security-credentials.html). ## Rsync and SSH