https://news.ycombinator.com/item?id=5793441
EDIT: Setup was pretty smooth - one click deploy for my RSS reader now: https://github.com/swanson/stringer
Here is a repo that has the button included: https://github.com/southpolesteve/lucre
Obviously I never really promoted it and I'm glad to see that Heroku built something official. But maybe someone far in the future will see this comment and remember :)
Quick edit: Here is the announcement email to the local railer's group https://groups.google.com/forum/#!topic/Mad-Railers/-1MkbbkX... To be clear, I have no reason to believe that Heroku used anything I made. Just wanted to self promote a bit.
[1] Tried the sample node.js app immediately, although I am getting "Deployed to heroku", viewing it throws a "No such app" - https://www.dropbox.com/s/bsl55sia46ymrwv/Screenshot%202014-...
Most developers get stuck on packaging their app, deploying it, managing it. This is one of those cases where it "just" works.
It would be really cool to try to replicate this in our AWS setup.
Guess I know what my weekend project will be :D
The challenge is that we have to resolve the [app.json][1] file to generate the deploy UI.
[1]: https://blog.heroku.com/archives/2014/5/22/introducing_the_a...
Is the referer reliable enough on modern browsers to assume this? Perhaps coming from an analytics perspective, we see all types of query-string hacks so that you can attribute the sources of links everywhere... so it's surprising to see a company depend on this functionality in a product. I suppose almost all developers would be using a browser that correctly sends referer headers... is this the case?
Ironically Wordpress is a pain in the ass to deploy on "non persistent/deploy with git" PAAS.And uploading plugins directly through the admin is a no go in these cases.
Worpdress wouldnt deploy directly with that one click install,given the fact the configuration is hardwritten on the disk.It would need some refactoring.
You'd need at least to enter some env variables to make things work,and the app would need to detect the db state and run migrations,if not properly initalized,when using a RDBMS(since again,sqlite is out of question on Heroku).
Yeah, there is a button for that https://github.com/newrelic/newrelic-ruby-kata