TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Introducing Heroku Button

247 pointsby ovechtrickalmost 11 years ago

20 comments

swansonalmost 11 years ago
Awesome - I mentioned this 400+ days ago when the platform API was announced! Cool to see it getting rolled out, looking forward to playing around with this.<p><a href="https://news.ycombinator.com/item?id=5793441" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=5793441</a><p>EDIT: Setup was pretty smooth - one click deploy for my RSS reader now: <a href="https://github.com/swanson/stringer" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;swanson&#x2F;stringer</a>
MaxGabrielalmost 11 years ago
Heroku should consider using SVG for the badge, just like shields.io and services like Travis CI do. The current button is blurry on a retina screen, and basic SVG is really well supported.
评论 #8149011 未加载
southpolestevealmost 11 years ago
I actually built this exact thing myself last year: <a href="https://github.com/southpolesteve/deploy_button" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;southpolesteve&#x2F;deploy_button</a><p>Here is a repo that has the button included: <a href="https://github.com/southpolesteve/lucre" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;southpolesteve&#x2F;lucre</a><p>Obviously I never really promoted it and I&#x27;m glad to see that Heroku built something official. But maybe someone far in the future will see this comment and remember :)<p>Quick edit: Here is the announcement email to the local railer&#x27;s group <a href="https://groups.google.com/forum/#!topic/Mad-Railers/-1MkbbkXrYg" rel="nofollow">https:&#x2F;&#x2F;groups.google.com&#x2F;forum&#x2F;#!topic&#x2F;Mad-Railers&#x2F;-1MkbbkX...</a> To be clear, I have no reason to believe that Heroku used anything I made. Just wanted to self promote a bit.
naamanalmost 11 years ago
There&#x27;s a small gallery of Heroku button templates at <a href="https://clone.herokuapp.com/" rel="nofollow">https:&#x2F;&#x2F;clone.herokuapp.com&#x2F;</a>
jrnkntlalmost 11 years ago
I think they&#x27;re still working out the kinks [1], but nevertheless, great when it works. No more &#x27;behind&#x27; hosted demos for open-source apps, just let them instantly deploy it and play with it on their own.<p>[1] Tried the sample node.js app immediately, although I am getting &quot;Deployed to heroku&quot;, viewing it throws a &quot;No such app&quot; - <a href="https://www.dropbox.com/s/bsl55sia46ymrwv/Screenshot%202014-08-07%2019.24.13.png" rel="nofollow">https:&#x2F;&#x2F;www.dropbox.com&#x2F;s&#x2F;bsl55sia46ymrwv&#x2F;Screenshot%202014-...</a>
评论 #8148917 未加载
Dorian-Mariealmost 11 years ago
Awesome, can&#x27;t wait for &quot;Deploy Discourse to Heroku&quot;, &quot;Deploy Jekyll to Heroku&quot;, ...
评论 #8149805 未加载
benologistalmost 11 years ago
This is brilliant. Are affiliate links on the roadmap? That could create a great revenue stream for self-hosted projects.
评论 #8148964 未加载
mahmoudimusalmost 11 years ago
This is amazing - this is something similar to the experience I want to provide for our internal engineering team.<p>Most developers get stuck on packaging their app, deploying it, managing it. This is one of those cases where it &quot;just&quot; works.<p>It would be really cool to try to replicate this in our AWS setup.<p>Guess I know what my weekend project will be :D
timdorralmost 11 years ago
Does this have to work only via Github? Any chance it can support any arbitrary Git URI?
评论 #8149284 未加载
评论 #8149256 未加载
评论 #8149036 未加载
btownalmost 11 years ago
&gt; Note that the snippet is repo-agnostic: It can be copy-pasted without modification and will work correctly if forked to a different repo. Heroku resolves the repo originating a button click by inspecting the referer header.<p>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&#x27;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?
评论 #8151079 未加载
taternutsalmost 11 years ago
Nice - nitrous.io has had this for awhile in their Hack Button (<a href="https://www.nitrous.io/hack" rel="nofollow">https:&#x2F;&#x2F;www.nitrous.io&#x2F;hack</a>), and I always thought it was pretty cool.
aaronbasssettalmost 11 years ago
This is amazing, it&#x27;s a simple app but <a href="https://github.com/aaronbassett/Bad-Tools" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;aaronbassett&#x2F;Bad-Tools</a> only needed 1 single line change to work. Really impressed although I do need to read up more on the app.json schema.
ceejayozalmost 11 years ago
This is extremely clever. One of the reasons WordPress took off was the easy, non-technical install process.
评论 #8149164 未加载
评论 #8150093 未加载
coopralmost 11 years ago
Howsabout an app that performs terribly and does nothing - except teach you to improve your Ruby code?<p>Yeah, there is a button for that <a href="https://github.com/newrelic/newrelic-ruby-kata" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;newrelic&#x2F;newrelic-ruby-kata</a>
michaelmioralmost 11 years ago
Anyone else having a lot of problems getting it to work. I keep getting a &quot;Something went wrong&quot; message with no additional information. Even if I create a minimum viable app.json, nothing seems to work.
wildpeaksalmost 11 years ago
Kudos, now that&#x27;s good business: it benefits both the company (because once you&#x27;re there and it works, you&#x27;re less likely to switch to another host) and the users who want to quickstart something.
dinkumthinkumalmost 11 years ago
I think this is a pretty innovative marketing ploy. Seems to make a blog post very Heroku centric if you add this button but I see the benefits.
arikrakalmost 11 years ago
They should connect this to <a href="https://sandstorm.io/" rel="nofollow">https:&#x2F;&#x2F;sandstorm.io&#x2F;</a>
serverascodealmost 11 years ago
I really like this idea. Now just need to figure out something to setup to use it...
gmacdon89almost 11 years ago
this is awesome.