Skip to content

Files

Latest commit

7311957 · May 23, 2012

History

History

nodejs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 23, 2012
May 23, 2012
May 23, 2012
May 23, 2012
May 23, 2012
May 23, 2012

Heroku Screenshot Server: Node.js

Deploying to Heroku

$ heroku create --stack cedar
$ heroku config:add AWS_ACCESS_KEY_ID=<your aws access key id>
$ heroku config:add AWS_SECRET_ACCESS_KEY=<your aws secret access key>
$ heroku config:add UPLOAD_BUCKET_NAME=<aws s3 bucket name to store screenshots>
$ git push heroku master