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.

Hackathon DevOps 101

53 pointsby nealrsalmost 10 years ago

6 comments

arianvanpalmost 10 years ago
What ngrok does can also be achieved with the following simple ssh command:<p>ssh -R 9000:localhost:4200 my.server.is.awesome.com<p>Boom, your local server is reachable on my.server.is.awesome.com:9000<p>It&#x27;s actually quite a useful trick that I use when needing to test integration with 3rd parties when on the dev branch of our API code.<p>If you like these kind of tricks. I&#x27;d really advice watching this talk. <a href="https:&#x2F;&#x2F;vimeo.com&#x2F;54505525" rel="nofollow">https:&#x2F;&#x2F;vimeo.com&#x2F;54505525</a>
评论 #10004379 未加载
评论 #9999968 未加载
评论 #10000423 未加载
loganealmost 10 years ago
Seems like this post is less about real hackathon strategies for devops, and more about marketing for ChallengePost&#x27;s (I guess DevPost now?) partners.
评论 #10000357 未加载
autotunealmost 10 years ago
Chef and test-kitchen to automagically test your recipes in the cloud. VirtualBox and the snapshot creation tool to revert changes to your preferred state while testing recipes in seconds.
SeeThruHeadalmost 10 years ago
The dokku app on Digital Ocean is really good for this.
评论 #10000435 未加载
jhildingsalmost 10 years ago
But, why not just run then on your local machines? 99% of the hackathon project never gets updated afterwards anyway
phlandisalmost 10 years ago
Getting a quick ipage domain and the services they offer is my go to technique.
评论 #10001387 未加载