Thanks Josh, Cameron, seems like a mix of Paas and other AMIs:) I just picked Amazon Linux as it seemed to make sense to use the distro that Amazon made specifically for their infrastructure. Anyway, decided to stick with 0.6.18 for now, and roll Express back to 2.5.9 to get around the issue I was having.
Thanks Tim On Friday, October 12, 2012 10:57:58 AM UTC+11, camerondgray wrote: > > We run node 0.8 on Amazon EC2 but we are just using a stock ubuntu AMI and > then installing node with apt-get. Works fine. > > On Thursday, October 11, 2012 4:29:37 PM UTC-7, Tim Stewart wrote: >> >> OK, not a problem, that's how I did the original deployment before >> finding the repository page on nodejs.org. I do find it strange that the >> latest stable release of the hottest technology on the web is not available >> as a package for the biggest IaaS provider in the cloud. Are most noders >> using PaaS, or another AMI? >> >> Thanks >> Tim >> >> On Friday, October 12, 2012 12:45:25 AM UTC+11, Tim Dickinson wrote: >>> >>> You will have to compile from the git repo or from a tar file. >>> >>> On Thursday, October 11, 2012 8:44:27 AM UTC-4, Tim Stewart wrote: >>>> >>>> I have NodeJS running on an Amazon EC2 server with Amazon Linux AMI. >>>> But how do I update from 0.6.18 to 0.8.x? I have tried >>>> >>>> sudo yum update nodejs >>>> >>>> sudo yum erase nodejs >>>> followed by >>>> sudo yum install nodejs >>>> >>>> ... and the instructions at: >>>> >>>> https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager >>>> >>>> But the node version sticks at 0.6.18. >>>> >>>> Any ideas? >>>> >>>> Thanks >>>> Tim >>>> >>> -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
