/markbenson.io

Static content for Mark Benson's business portfolio.

Primary LanguageCSS

README for markbenson.io

Installation

Dapper

$ cpan Dapper

Amazon Route 53, S3

Go into Amazon's AWS Console under S3 and create 2 buckets: 'www.markbenson.io' and 'markbenson.io'. We'll only actually load content into one of these, the other just helps route traffic from www.markbenson.io to markbenson.io.

Under properties for 'www.markbenson.io', choose 'redirect all requests to another host name' under 'Static Web Hosting'.

Under properties for 'markbenson.io', choose 'enable website hosting' under 'Static Web Hosting', and set 'Index Document' to 'index.html'.

$ brew install s3cmd $ s3cmd --configure

Give it your AWS access key and secret key.

Usage

$ make build $ make serve

Open browser, and navigate to http://localhost:8000

Publishing

$ make publish