Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danilop committed Jul 14, 2015
1 parent 9afe514 commit 4a92dd3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ The `init.sh` script requires a configured [AWS Command Line Interface (CLI)](ht
}
```

At the end of the `init.sh` script, you can start creating users pointing your browser to:

`http://bucket.s3.amazonaws.com/index.html` (replacing `bucket` with your bucket name)

As an optional step, you may want to configure Amazon S3 for [Website Hosting](http://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html) and use Amazon CloudFront to [distribute the static content](http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/GettingStarted.html).

A sample deployment script using Bash (`deploy.sh`) is provided to update the AWS Lambda functions and the sample HTML pages on the Amazon S3 bucket.

## Usage
Expand Down

0 comments on commit 4a92dd3

Please sign in to comment.