This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # To run: | |
| # $ brew uninstall s3cmd && brew install s3cmd --HEAD | |
| # $ s3cmd --configure # fill in w/ amazon account vars | |
| # $ cd path/to/local/static/site | |
| # $ wget https://gist.githubusercontent.com/tomfuertes/9175005/raw/make-website.sh | |
| # $ bash make-website.sh | |
| # | |
| # NOTE: cfcreate takes ~15 minutes to run on AWS. |