Skip to content

Commit

Permalink
Merge pull request #46 from Mogztter/s3cmd-info
Browse files Browse the repository at this point in the history
Add information on the s3cmd installation and configuration
  • Loading branch information
mojavelinux committed Aug 19, 2013
2 parents e09ea4f + a0fd26e commit cbf5c7c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <code>s3cmd</code>

yum install s3cmd || apt-get install s3cmd
s3cmd --configure

The <code>--configure</code> 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

Expand Down

0 comments on commit cbf5c7c

Please sign in to comment.