cactus / go-camo

A secure image proxy server
MIT License
255 stars 48 forks source link

Adds a Procfile that will work with Heroku #1

Closed r38y closed 10 years ago

r38y commented 10 years ago

Pretty self-explanatory.

Whoever uses this needs to

  1. Create an app with the https://github.com/kr/go-heroku-example buildpack
  2. Set HMAC_KEY to whatever their key is

Here is an example of it running on Heroku:

dropwhile commented 10 years ago

Thanks. :)

r38y commented 10 years ago

Should I add some info to the README? Maybe about HMAC_KEY and the buildpack they need to use?

dropwhile commented 10 years ago

Sure. Maybe a brief section in the readme under "running" (but before "under devweb") titled "running on heroku" or something like that.

Another possibility would be for me to turn on the wiki and add it there. If the required documentation is small though, I think I would prefer just adding it to the readme.

r38y commented 10 years ago

Yeah, I don't think it is much, but there are a couple things people need to do. I think they could figure it out but a little docs might make it easier.

On Mon, Mar 31, 2014 at 2:26 PM, eli notifications@github.com wrote:

Sure. Maybe a brief section in the readme under "running" (but before "under devweb") titled "running on heroku" or something like that.

Another possibility would be for me to turn on the wiki and add it there. If the required documentation is small though, I think I would prefer just adding it to the readme.

Reply to this email directly or view it on GitHubhttps://github.com/cactus/go-camo/pull/1#issuecomment-39123399 .

Randy Schmidt

dropwhile commented 10 years ago

Sounds like a readme section would be perfect then.