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.

DIY node.js server on Amazon EC2

71 pointsby cuppsterabout 14 years ago

6 comments

cuppsterabout 14 years ago
I've got a follow up post that shows how to use upstart instead of init to manage supervisor <a href="http://cuppster.com/2011/05/18/using-supervisor-with-upstart" rel="nofollow">http://cuppster.com/2011/05/18/using-supervisor-with-upstart</a><p>People were having issues with the init script gist... upstart simplifies things quite a bit.
cuppsterabout 14 years ago
I've used this recipe for a couple sites of mine, including the blog itself. The ups and downs of beta features of other node.js hosting providers was becoming a hindrance so I decided to roll my own.
评论 #2557097 未加载
评论 #2559228 未加载
vailripperabout 14 years ago
Great guide, thanks.<p>One issue I've run into trying to push from my windows 7 machine to my instance is a "Permission denied(publickey)" error, which I assume is due to a missing SSH key in git for my ec2 instance? Does anyone know how to tell the ec2 alias to use my instance private key when connecting?
评论 #2558386 未加载
doortyabout 14 years ago
And the kicker: The AMI you suggest qualifies as free for a year with a new AWS account. Free hosting for a year to play around with Node. Thanks a lot!
评论 #2557528 未加载
评论 #2557945 未加载
danyorkabout 14 years ago
Great step-by-step walkthrough that will help people not familiar with all the tools. Thanks for taking the time to write this up!
micmcgabout 14 years ago
Very handy guide