0.1.3 • Published 10 years ago

caisson v0.1.3

Weekly downloads
31
License
-
Repository
-
Last release
10 years ago

Caisson

A utility to deploy your static website to AWS. Configures S3 hosting, Route 53 DNS, and CloudFront CDN to serve http://yoursite.com with one command.

Build Status

Installation

Install using npm.

$ npm install -g caisson

Quick Start

Configure AWS by creating a file aws-config.json in the root of your project:

{
  "accessKeyId": "YOUR_KEY",
  "secretAccessKey": "YOUR_SECRET",
  "region": "us-east-1"
}

Initialize AWS services:

$ caisson init yoursite.com

Then push your files to S3:

$ caisson push

You will need to manually update your DNS provider to use to Route 53's name servers. Caisson will log name server information in a file caisson.json in the root your project.

Running Tests

Clone the repo, install the dependencies and run.

$ npm install
$ npm test
0.1.3

10 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago

0.0.0

11 years ago